Skip to content

Commit

Permalink
restrict setuptools
Browse files Browse the repository at this point in the history
  • Loading branch information
emcek committed Oct 11, 2024
1 parent a6ef83e commit 8f29d66
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
@@ -1,5 +1,5 @@
[build-system]
requires = ["Cython>=3.0.9", "setuptools", "wheel"]
requires = ["Cython>=3.0.9", "setuptools<72.0.0", "wheel"]

[tool.cibuildwheel]
build-verbosity = 2
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Cython>=3.0.9
setuptools
setuptools<72.0.0

0 comments on commit 8f29d66

Please sign in to comment.