Skip to content

Commit

Permalink
allow newer version of setuptools to build generated project
Browse files Browse the repository at this point in the history
  • Loading branch information
mcflugen committed Mar 4, 2024
1 parent d289f1e commit 8476bad
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build-system]
requires = ["cython", "numpy", "setuptools<60", "wheel"]
requires = ["cython", "numpy", "setuptools", "wheel"]

[tool.pytest.ini_options]
minversion = "5.0"
Expand Down

0 comments on commit 8476bad

Please sign in to comment.