mirror of https://github.com/explosion/spaCy.git
Require older preshed, for thinc compatibility.
This commit is contained in:
parent
ea23b64cc8
commit
7c5fe84b80
|
@ -2,7 +2,7 @@ cython<0.24
|
||||||
pathlib
|
pathlib
|
||||||
numpy>=1.7
|
numpy>=1.7
|
||||||
cymem>=1.30,<1.32
|
cymem>=1.30,<1.32
|
||||||
preshed>=1.0.0,<2.0.0
|
preshed>=0.46.4,<0.47.0
|
||||||
thinc>=5.0.0,<5.1.0
|
thinc>=5.0.0,<5.1.0
|
||||||
murmurhash>=0.26,<0.27
|
murmurhash>=0.26,<0.27
|
||||||
plac<0.9.3
|
plac<0.9.3
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -194,7 +194,7 @@ def setup_package():
|
||||||
'numpy>=1.7',
|
'numpy>=1.7',
|
||||||
'murmurhash>=0.26,<0.27',
|
'murmurhash>=0.26,<0.27',
|
||||||
'cymem>=1.30,<1.32',
|
'cymem>=1.30,<1.32',
|
||||||
'preshed>=1.0.0,<2.0.0',
|
'preshed>=0.46.0,<0.47.0',
|
||||||
'thinc>=5.0.0,<5.1.0',
|
'thinc>=5.0.0,<5.1.0',
|
||||||
'plac',
|
'plac',
|
||||||
'six',
|
'six',
|
||||||
|
|
Loading…
Reference in New Issue