From c1b794ab5c48daa7ea4eaef816bf6b4a13e7b4f9 Mon Sep 17 00:00:00 2001 From: Matthew Honnibal Date: Wed, 31 Jul 2024 13:55:25 +0200 Subject: [PATCH] Try updating cython --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 2917f67ed..214f7c38c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -35,7 +35,7 @@ python_requires = >=3.7 # NOTE: This section is superseded by pyproject.toml and will be removed in # spaCy v4 setup_requires = - cython>=0.25,<3.0 + cython>=3.0.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