mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-25 09:26:27 +03:00
Use new thinc
This commit is contained in:
parent
a6d7147cf0
commit
d4e6d4c1c4
|
@ -3,7 +3,7 @@ pathlib
|
||||||
numpy>=1.7
|
numpy>=1.7
|
||||||
cymem>=1.30,<1.32
|
cymem>=1.30,<1.32
|
||||||
preshed>=0.46.4,<0.47.0
|
preshed>=0.46.4,<0.47.0
|
||||||
thinc>=5.0.0,<5.1.0
|
thinc>=6.2.0,<6.3.0
|
||||||
murmurhash>=0.26,<0.27
|
murmurhash>=0.26,<0.27
|
||||||
plac<0.9.3
|
plac<0.9.3
|
||||||
six
|
six
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -234,7 +234,7 @@ def setup_package():
|
||||||
'murmurhash>=0.26,<0.27',
|
'murmurhash>=0.26,<0.27',
|
||||||
'cymem>=1.30,<1.32',
|
'cymem>=1.30,<1.32',
|
||||||
'preshed>=0.46.0,<0.47.0',
|
'preshed>=0.46.0,<0.47.0',
|
||||||
'thinc>=5.0.0,<5.1.0',
|
'thinc>=6.2.0,<6.3.0',
|
||||||
'plac',
|
'plac',
|
||||||
'six',
|
'six',
|
||||||
'cloudpickle',
|
'cloudpickle',
|
||||||
|
|
Loading…
Reference in New Issue
Block a user