Fix thinc dependency

This commit is contained in:
Matthew Honnibal 2020-06-29 13:56:07 +02:00
parent e14bf9decb
commit acbf6345c9
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ requires = [
"cymem>=2.0.2,<2.1.0",
"preshed>=3.0.2,<3.1.0",
"murmurhash>=0.28.0,<1.1.0",
"thinc==8.0.0a9",
"thinc==8.0.0a11",
"blis>=0.4.0,<0.5.0"
]
build-backend = "setuptools.build_meta"