mirror of
https://github.com/explosion/spaCy.git
synced 2025-07-10 16:22:29 +03:00
Update Thinc version pin
This commit is contained in:
parent
8612b75890
commit
051a6b73eb
|
@ -3,7 +3,7 @@ numpy>=1.15.0
|
||||||
msgpack-numpy<0.4.4.0
|
msgpack-numpy<0.4.4.0
|
||||||
cymem>=2.0.2,<2.1.0
|
cymem>=2.0.2,<2.1.0
|
||||||
preshed>=2.0.1,<2.1.0
|
preshed>=2.0.1,<2.1.0
|
||||||
thinc>=6.10.6,<6.11.0
|
thinc>=6.12.0,<6.13.0
|
||||||
murmurhash>=0.28.0,<1.1.0
|
murmurhash>=0.28.0,<1.1.0
|
||||||
plac<1.0.0,>=0.9.6
|
plac<1.0.0,>=0.9.6
|
||||||
ujson>=1.35
|
ujson>=1.35
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -192,7 +192,7 @@ def setup_package():
|
||||||
'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>=2.0.1,<2.1.0',
|
'preshed>=2.0.1,<2.1.0',
|
||||||
'thinc>=6.10.6,<6.11.0',
|
'thinc>=6.12.0,<6.13.0',
|
||||||
'plac<1.0.0,>=0.9.6',
|
'plac<1.0.0,>=0.9.6',
|
||||||
'ujson>=1.35',
|
'ujson>=1.35',
|
||||||
'dill>=0.2,<0.3',
|
'dill>=0.2,<0.3',
|
||||||
|
|
Loading…
Reference in New Issue
Block a user