Skip to content

Commit 51ce648

Browse files
committed
Revert "Try updating cython"
This reverts commit c1b794a.
1 parent f2726aa commit 51ce648

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ python_requires = >=3.7
3535
# NOTE: This section is superseded by pyproject.toml and will be removed in
3636
# spaCy v4
3737
setup_requires =
38-
cython>=3.0.0
38+
cython>=0.25,<3.0
3939
numpy>=1.15.0; python_version < "3.9"
4040
numpy>=1.19.0; python_version >= "3.9"
4141
# We also need our Cython packages here to compile against

0 commit comments

Comments
 (0)