Skip to content

Commit

Permalink
force newest cython version
Browse files Browse the repository at this point in the history
  • Loading branch information
maxbachmann committed Jul 5, 2024
1 parent 6bbd17e commit 092328f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
requires = [
"setuptools>=42",
"scikit-build~=0.17.0",
"Cython >=3.0.9, <3.1.0"
"Cython >=3.0.10, <3.1.0"
]
build-backend = "backend"
backend-path = ["_custom_build"]
Expand Down
2 changes: 1 addition & 1 deletion tools/sdist.patch
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ index 77671b1..7692f90 100644
requires = [
"setuptools>=42",
- "scikit-build~=0.17.0",
- "Cython >=3.0.9, <3.1.0"
- "Cython >=3.0.10, <3.1.0"
+ "scikit-build~=0.17.0"
]
build-backend = "backend"
Expand Down

0 comments on commit 092328f

Please sign in to comment.