mirror of
https://github.com/explosion/spaCy.git
synced 2025-01-12 18:26:30 +03:00
parent
f2726aab61
commit
51ce648e0d
|
@ -35,7 +35,7 @@ python_requires = >=3.7
|
||||||
# NOTE: This section is superseded by pyproject.toml and will be removed in
|
# NOTE: This section is superseded by pyproject.toml and will be removed in
|
||||||
# spaCy v4
|
# spaCy v4
|
||||||
setup_requires =
|
setup_requires =
|
||||||
cython>=3.0.0
|
cython>=0.25,<3.0
|
||||||
numpy>=1.15.0; python_version < "3.9"
|
numpy>=1.15.0; python_version < "3.9"
|
||||||
numpy>=1.19.0; python_version >= "3.9"
|
numpy>=1.19.0; python_version >= "3.9"
|
||||||
# We also need our Cython packages here to compile against
|
# We also need our Cython packages here to compile against
|
||||||
|
|
Loading…
Reference in New Issue
Block a user