From 36ee709390405bad61d3a19dfcbd163773334709 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Danie=CC=88l=20de=20Kok?= Date: Wed, 24 Jan 2024 15:02:02 +0100 Subject: [PATCH] Remove `setup_requires` from `setup.cfg` --- setup.cfg | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/setup.cfg b/setup.cfg index e61ae94a2..9aeeab617 100644 --- a/setup.cfg +++ b/setup.cfg @@ -30,17 +30,6 @@ project_urls = zip_safe = false include_package_data = true python_requires = >=3.8 -# NOTE: This section is superseded by pyproject.toml and will be removed in -# spaCy v4 -setup_requires = - cython>=0.25,<3.0 - numpy>=1.15.0; python_version < "3.9" - numpy>=1.19.0; python_version >= "3.9" - # We also need our Cython packages here to compile against - cymem>=2.0.2,<2.1.0 - preshed>=3.0.2,<3.1.0 - murmurhash>=0.28.0,<1.1.0 - thinc>=9.0.0.dev4,<9.1.0 install_requires = # Our libraries spacy-legacy>=4.0.0.dev0,<4.1.0