From 4f2a777a7c0dd2fd4a92edfe90448b407805b57f Mon Sep 17 00:00:00 2001 From: Adriane Boyd Date: Tue, 18 Jul 2023 17:30:59 +0200 Subject: [PATCH] Update for python 3.6 --- setup.cfg | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/setup.cfg b/setup.cfg index 01b12c049..da14a6c8d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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