Skip to content

Commit c1b794a

Browse files
committed
Try updating cython
1 parent f9fe52d commit c1b794a

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>=0.25,<3.0
38+
cython>=3.0.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)