Try updating cython

This commit is contained in:
Matthew Honnibal 2024-07-31 13:55:25 +02:00
parent f9fe52d2f4
commit c1b794ab5c

View File

@ -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