Skip to content

Commit

Permalink
Unpin Cython, again
Browse files Browse the repository at this point in the history
  • Loading branch information
mobiusklein committed Oct 12, 2023
1 parent 44a69fb commit 05983ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[build-system]
requires = ["setuptools",
"wheel",
"Cython==3.0.1",
"Cython",
"numpy==1.23.2; python_version >= '3.10'",
"oldest-supported-numpy; python_version >= '3.8' and python_version < '3.10'",
"numpy==1.16.1; python_version <= '3.7' and python_version >= '3'",
Expand Down

0 comments on commit 05983ed

Please sign in to comment.