From ac8e82d9bbad8c6f2a689ffd128e512783821368 Mon Sep 17 00:00:00 2001 From: Adriane Boyd Date: Fri, 21 Jul 2023 13:35:47 +0200 Subject: [PATCH] Fix typo --- setup.cfg | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index da14a6c8d..d94c9c73b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -32,7 +32,8 @@ project_urls = zip_safe = false include_package_data = true python_requires = >=3.6 -# NOTE: This section is superseded by pyproject.toml will be removed in spaCy v4 +# NOTE: This section is superseded by pyproject.toml and will be removed in +# spaCy v4 setup_requires = cython>=0.25,<3.0 # The newest supported pip for python 3.6 has bugs related to markers in