We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2726aa commit 51ce648Copy full SHA for 51ce648
setup.cfg
@@ -35,7 +35,7 @@ python_requires = >=3.7
35
# NOTE: This section is superseded by pyproject.toml and will be removed in
36
# spaCy v4
37
setup_requires =
38
- cython>=3.0.0
+ cython>=0.25,<3.0
39
numpy>=1.15.0; python_version < "3.9"
40
numpy>=1.19.0; python_version >= "3.9"
41
# We also need our Cython packages here to compile against
0 commit comments