mirror of
https://github.com/explosion/spaCy.git
synced 2025-08-02 19:30:19 +03:00
Update for python 3.6
This commit is contained in:
parent
94ef5d3fde
commit
4f2a777a7c
|
@ -32,11 +32,13 @@ project_urls =
|
||||||
zip_safe = false
|
zip_safe = false
|
||||||
include_package_data = true
|
include_package_data = true
|
||||||
python_requires = >=3.6
|
python_requires = >=3.6
|
||||||
# NOTE: setup_requires no longer used and will be removed in spaCy v4
|
# NOTE: This section is superseded by pyproject.toml will be removed in spaCy v4
|
||||||
setup_requires =
|
setup_requires =
|
||||||
cython>=0.25,<3.0
|
cython>=0.25,<3.0
|
||||||
numpy>=1.15.0; python_version < "3.9"
|
# The newest supported pip for python 3.6 has bugs related to markers in
|
||||||
numpy>=1.25.0; python_version >= "3.9"
|
# this section, so this does not contain the same constraints as
|
||||||
|
# pyproject.toml
|
||||||
|
numpy>=1.15.0
|
||||||
# We also need our Cython packages here to compile against
|
# We also need our Cython packages here to compile against
|
||||||
cymem>=2.0.2,<2.1.0
|
cymem>=2.0.2,<2.1.0
|
||||||
preshed>=3.0.2,<3.1.0
|
preshed>=3.0.2,<3.1.0
|
||||||
|
|
Loading…
Reference in New Issue
Block a user