mirror of
https://github.com/explosion/spaCy.git
synced 2025-01-13 02:36:32 +03:00
Require thinc 6.10.6
This commit is contained in:
parent
8ccfa52d19
commit
b305b24c24
|
@ -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.5,<6.11.0
|
thinc>=6.10.6,<6.11.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
|
||||||
|
|
14
setup.py
14
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.5,<6.11.0',
|
'thinc>=6.10.6,<6.11.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',
|
||||||
|
@ -200,12 +200,12 @@ def setup_package():
|
||||||
'requests>=2.13.0,<3.0.0',
|
'requests>=2.13.0,<3.0.0',
|
||||||
'pathlib==1.0.1; python_version < "3.4"'],
|
'pathlib==1.0.1; python_version < "3.4"'],
|
||||||
extras_require={
|
extras_require={
|
||||||
'cuda': ['thinc[cuda]>=6.10.5,<6.11.0'],
|
'cuda': ['thinc[cuda]>=6.10.6,<6.11.0'],
|
||||||
'cuda80': ['thinc[cuda80]>=6.10.5,<6.11.0'],
|
'cuda80': ['thinc[cuda80]>=6.10.6,<6.11.0'],
|
||||||
'cuda90': ['thinc[cuda91]>=6.10.5,<6.11.0'],
|
'cuda90': ['thinc[cuda91]>=6.10.6,<6.11.0'],
|
||||||
'cuda91': ['thinc[cuda91]>=6.10.5,<6.11.0'],
|
'cuda91': ['thinc[cuda91]>=6.10.6,<6.11.0'],
|
||||||
'cuda92': ['thinc[cuda92]>=6.10.5,<6.11.0'],
|
'cuda92': ['thinc[cuda92]>=6.10.6,<6.11.0'],
|
||||||
'cuda10': ['thinc[cuda10]>=6.10.5,<6.11.0'],
|
'cuda10': ['thinc[cuda100]>=6.10.6,<6.11.0'],
|
||||||
},
|
},
|
||||||
classifiers=[
|
classifiers=[
|
||||||
'Development Status :: 5 - Production/Stable',
|
'Development Status :: 5 - Production/Stable',
|
||||||
|
|
Loading…
Reference in New Issue
Block a user