Update for python 3.6

This commit is contained in:
Adriane Boyd 2023-07-18 17:30:59 +02:00
parent 94ef5d3fde
commit 4f2a777a7c

View File

@ -32,11 +32,13 @@ project_urls =
zip_safe = false
include_package_data = true
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 =
cython>=0.25,<3.0
numpy>=1.15.0; python_version < "3.9"
numpy>=1.25.0; python_version >= "3.9"
# The newest supported pip for python 3.6 has bugs related to markers in
# 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
cymem>=2.0.2,<2.1.0
preshed>=3.0.2,<3.1.0