Skip to content

Commit

Permalink
fix upper bound cython
Browse files Browse the repository at this point in the history
  • Loading branch information
glemaitre authored and jeremiedbb committed Sep 20, 2023
1 parent 02254cd commit 82c273f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Expand Up @@ -3,7 +3,7 @@
requires = [
"setuptools",
"wheel",
"Cython>=0.29.33 and Cython<3.0",
"Cython>=0.29.33,<3.0",

# use oldest-supported-numpy which provides the oldest numpy version with
# wheels on PyPI
Expand Down

0 comments on commit 82c273f

Please sign in to comment.