mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-24 17:06:29 +03:00
Update Thinc version and remove GPU ops
This commit is contained in:
parent
7772d5d3c5
commit
a98d1cd58e
|
@ -1,7 +1,7 @@
|
|||
# Our libraries
|
||||
cymem>=2.0.2,<2.1.0
|
||||
preshed>=3.0.2,<3.1.0
|
||||
thinc>=7.1.1,<7.2.0
|
||||
thinc>=7.2.0,<7.3.0
|
||||
blis>=0.4.0,<0.5.0
|
||||
murmurhash>=0.28.0,<1.1.0
|
||||
wasabi>=0.2.0,<1.1.0
|
||||
|
|
10
setup.cfg
10
setup.cfg
|
@ -38,14 +38,14 @@ setup_requires =
|
|||
cymem>=2.0.2,<2.1.0
|
||||
preshed>=3.0.2,<3.1.0
|
||||
murmurhash>=0.28.0,<1.1.0
|
||||
thinc>=7.1.1,<7.2.0
|
||||
thinc>=7.2.0,<7.3.0
|
||||
install_requires =
|
||||
setuptools
|
||||
numpy>=1.15.0
|
||||
murmurhash>=0.28.0,<1.1.0
|
||||
cymem>=2.0.2,<2.1.0
|
||||
preshed>=3.0.2,<3.1.0
|
||||
thinc>=7.1.1,<7.2.0
|
||||
thinc>=7.2.0,<7.3.0
|
||||
blis>=0.4.0,<0.5.0
|
||||
plac<1.0.0,>=0.9.6
|
||||
requests>=2.13.0,<3.0.0
|
||||
|
@ -58,22 +58,16 @@ install_requires =
|
|||
lookups =
|
||||
spacy_lookups_data>=0.0.5<0.2.0
|
||||
cuda =
|
||||
thinc_gpu_ops>=0.0.1,<0.1.0
|
||||
cupy>=5.0.0b4
|
||||
cuda80 =
|
||||
thinc_gpu_ops>=0.0.1,<0.1.0
|
||||
cupy-cuda80>=5.0.0b4
|
||||
cuda90 =
|
||||
thinc_gpu_ops>=0.0.1,<0.1.0
|
||||
cupy-cuda90>=5.0.0b4
|
||||
cuda91 =
|
||||
thinc_gpu_ops>=0.0.1,<0.1.0
|
||||
cupy-cuda91>=5.0.0b4
|
||||
cuda92 =
|
||||
thinc_gpu_ops>=0.0.1,<0.1.0
|
||||
cupy-cuda92>=5.0.0b4
|
||||
cuda100 =
|
||||
thinc_gpu_ops>=0.0.1,<0.1.0
|
||||
cupy-cuda100>=5.0.0b4
|
||||
# Language tokenizers with external dependencies
|
||||
ja =
|
||||
|
|
Loading…
Reference in New Issue
Block a user