mirror of
https://github.com/explosion/spaCy.git
synced 2025-03-03 19:08:06 +03:00
Update pins
This commit is contained in:
parent
54d3a0e225
commit
f319a2ab84
|
@ -5,8 +5,8 @@ requires = [
|
|||
"cymem>=2.0.2,<2.1.0",
|
||||
"preshed>=3.0.2,<3.1.0",
|
||||
"murmurhash>=0.28.0,<1.1.0",
|
||||
"thinc>=8.3.0,<8.4.0",
|
||||
"numpy>=2.0.0,<3.0.0"
|
||||
"thinc>=8.3.3,<8.4.0",
|
||||
"numpy>=1.15.0,<3.0.0"
|
||||
]
|
||||
build-backend = "setuptools.build_meta"
|
||||
|
||||
|
|
42
setup.cfg
42
setup.cfg
|
@ -57,8 +57,8 @@ install_requires =
|
|||
# Third-party dependencies
|
||||
typer>=0.3.0,<1.0.0
|
||||
tqdm>=4.38.0,<5.0.0
|
||||
numpy>=1.15.0; python_version < "3.9"
|
||||
numpy>=1.19.0; python_version >= "3.9"
|
||||
numpy>=1.15.0,<3.0; python_version < "3.9"
|
||||
numpy>=1.19.0,<3.0; python_version >= "3.9"
|
||||
requests>=2.13.0,<3.0.0
|
||||
pydantic>=1.7.4,!=1.8,!=1.8.1,<3.0.0
|
||||
jinja2
|
||||
|
@ -77,43 +77,43 @@ lookups =
|
|||
transformers =
|
||||
spacy_transformers>=1.1.2,<1.4.0
|
||||
cuda =
|
||||
cupy>=5.0.0b4,<13.0.0
|
||||
cupy>=5.0.0b4,<14.0.0
|
||||
cuda80 =
|
||||
cupy-cuda80>=5.0.0b4,<13.0.0
|
||||
cupy-cuda80>=5.0.0b4,<14.0.0
|
||||
cuda90 =
|
||||
cupy-cuda90>=5.0.0b4,<13.0.0
|
||||
cupy-cuda90>=5.0.0b4,<14.0.0
|
||||
cuda91 =
|
||||
cupy-cuda91>=5.0.0b4,<13.0.0
|
||||
cupy-cuda91>=5.0.0b4,<14.0.0
|
||||
cuda92 =
|
||||
cupy-cuda92>=5.0.0b4,<13.0.0
|
||||
cupy-cuda92>=5.0.0b4,<14.0.0
|
||||
cuda100 =
|
||||
cupy-cuda100>=5.0.0b4,<13.0.0
|
||||
cupy-cuda100>=5.0.0b4,<14.0.0
|
||||
cuda101 =
|
||||
cupy-cuda101>=5.0.0b4,<13.0.0
|
||||
cupy-cuda101>=5.0.0b4,<14.0.0
|
||||
cuda102 =
|
||||
cupy-cuda102>=5.0.0b4,<13.0.0
|
||||
cupy-cuda102>=5.0.0b4,<14.0.0
|
||||
cuda110 =
|
||||
cupy-cuda110>=5.0.0b4,<13.0.0
|
||||
cupy-cuda110>=5.0.0b4,<14.0.0
|
||||
cuda111 =
|
||||
cupy-cuda111>=5.0.0b4,<13.0.0
|
||||
cupy-cuda111>=5.0.0b4,<14.0.0
|
||||
cuda112 =
|
||||
cupy-cuda112>=5.0.0b4,<13.0.0
|
||||
cupy-cuda112>=5.0.0b4,<14.0.0
|
||||
cuda113 =
|
||||
cupy-cuda113>=5.0.0b4,<13.0.0
|
||||
cupy-cuda113>=5.0.0b4,<14.0.0
|
||||
cuda114 =
|
||||
cupy-cuda114>=5.0.0b4,<13.0.0
|
||||
cupy-cuda114>=5.0.0b4,<14.0.0
|
||||
cuda115 =
|
||||
cupy-cuda115>=5.0.0b4,<13.0.0
|
||||
cupy-cuda115>=5.0.0b4,<14.0.0
|
||||
cuda116 =
|
||||
cupy-cuda116>=5.0.0b4,<13.0.0
|
||||
cupy-cuda116>=5.0.0b4,<14.0.0
|
||||
cuda117 =
|
||||
cupy-cuda117>=5.0.0b4,<13.0.0
|
||||
cupy-cuda117>=5.0.0b4,<14.0.0
|
||||
cuda11x =
|
||||
cupy-cuda11x>=11.0.0,<13.0.0
|
||||
cupy-cuda11x>=11.0.0,<14.0.0
|
||||
cuda12x =
|
||||
cupy-cuda12x>=11.5.0,<13.0.0
|
||||
cupy-cuda12x>=11.5.0,<14.0.0
|
||||
cuda-autodetect =
|
||||
cupy-wheel>=11.0.0,<13.0.0
|
||||
cupy-wheel>=11.0.0,<14.0.0
|
||||
apple =
|
||||
thinc-apple-ops>=1.0.0,<2.0.0
|
||||
# Language tokenizers with external dependencies
|
||||
|
|
Loading…
Reference in New Issue
Block a user