Require thinc 7.1.1

This commit is contained in:
Matthew Honnibal 2019-09-10 20:12:24 +02:00
parent 28741ff5db
commit c181a94e75
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
# Our libraries
cymem>=2.0.2,<2.1.0
preshed>=3.0.0,<3.1.0
thinc>=7.1.0,<7.2.0
thinc>=7.1.1,<7.2.0
blis>=0.4.0,<0.5.0
murmurhash>=0.28.0,<1.1.0
wasabi>=0.2.0,<1.1.0

View File

@ -248,7 +248,7 @@ def setup_package():
"murmurhash>=0.28.0,<1.1.0",
"cymem>=2.0.2,<2.1.0",
"preshed>=3.0.0,<3.1.0",
"thinc>=7.1.0,<7.2.0",
"thinc>=7.1.1,<7.2.0",
"blis>=0.4.0,<0.5.0",
"plac<1.0.0,>=0.9.6",
"requests>=2.13.0,<3.0.0",