Skip to content

Commit

Permalink
Revert "Try updating cython"
Browse files Browse the repository at this point in the history
This reverts commit c1b794a.
  • Loading branch information
honnibal committed Jul 31, 2024
1 parent f2726aa commit 51ce648
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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>=3.0.0
cython>=0.25,<3.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
Expand Down

0 comments on commit 51ce648

Please sign in to comment.