mirror of https://github.com/explosion/spaCy.git
Require recent thinc
This commit is contained in:
parent
6c4108c073
commit
cb39b6e337
|
@ -3,11 +3,10 @@ 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>=1.0.0,<2.0.0
|
||||||
thinc>=6.2.0,<6.3.0
|
thinc>=6.5.0,<6.6.0
|
||||||
murmurhash>=0.26,<0.27
|
murmurhash>=0.26,<0.27
|
||||||
plac<0.9.3
|
plac<0.9.3
|
||||||
six
|
six
|
||||||
ujson>=1.35
|
ujson>=1.35
|
||||||
cloudpickle
|
|
||||||
sputnik>=0.9.2,<0.10.0
|
sputnik>=0.9.2,<0.10.0
|
||||||
dill>=0.2,<0.3
|
dill>=0.2,<0.3
|
||||||
|
|
3
setup.py
3
setup.py
|
@ -236,10 +236,9 @@ def setup_package():
|
||||||
'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>=1.0.0,<2.0.0',
|
||||||
'thinc>=6.2.0,<6.3.0',
|
'thinc>=6.5.0,<6.6.0',
|
||||||
'plac<0.9.3',
|
'plac<0.9.3',
|
||||||
'six',
|
'six',
|
||||||
'cloudpickle',
|
|
||||||
'pathlib',
|
'pathlib',
|
||||||
'sputnik>=0.9.2,<0.10.0',
|
'sputnik>=0.9.2,<0.10.0',
|
||||||
'ujson>=1.35',
|
'ujson>=1.35',
|
||||||
|
|
Loading…
Reference in New Issue