mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-10 19:57:17 +03:00
Require newer preshed
This commit is contained in:
parent
0df2a599b7
commit
4c383ab77e
|
@ -1,6 +1,6 @@
|
||||||
# Our libraries
|
# Our libraries
|
||||||
cymem>=2.0.2,<2.1.0
|
cymem>=2.0.2,<2.1.0
|
||||||
preshed>=3.0.0,<3.1.0
|
preshed>=3.0.3,<3.1.0
|
||||||
thinc>=7.1.1,<7.2.0
|
thinc>=7.1.1,<7.2.0
|
||||||
blis>=0.4.0,<0.5.0
|
blis>=0.4.0,<0.5.0
|
||||||
murmurhash>=0.28.0,<1.1.0
|
murmurhash>=0.28.0,<1.1.0
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -247,7 +247,7 @@ def setup_package():
|
||||||
"numpy>=1.15.0",
|
"numpy>=1.15.0",
|
||||||
"murmurhash>=0.28.0,<1.1.0",
|
"murmurhash>=0.28.0,<1.1.0",
|
||||||
"cymem>=2.0.2,<2.1.0",
|
"cymem>=2.0.2,<2.1.0",
|
||||||
"preshed>=3.0.0,<3.1.0",
|
"preshed>=3.0.3,<3.1.0",
|
||||||
"thinc>=7.1.1,<7.2.0",
|
"thinc>=7.1.1,<7.2.0",
|
||||||
"blis>=0.4.0,<0.5.0",
|
"blis>=0.4.0,<0.5.0",
|
||||||
"plac<1.0.0,>=0.9.6",
|
"plac<1.0.0,>=0.9.6",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user