Skip to content

Commit

Permalink
loosen up setuptools version for cibuildwheel
Browse files Browse the repository at this point in the history
  • Loading branch information
louisabraham committed Jun 28, 2024
1 parent 679deb5 commit f28daef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[build-system]
requires = ["setuptools>=61.0", "wheel", "cython", "numpy>=2.0"]
requires = ["setuptools", "wheel", "cython", "numpy>=2.0"]
build-backend = "setuptools.build_meta"
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,3 +110,4 @@ def read(fname):
classifiers=[],
cmdclass={"build_py": CustomBuildPy, "bdist_wheel": bdist_wheel},
)

0 comments on commit f28daef

Please sign in to comment.