Skip to content

Commit

Permalink
update setuptools requirement in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
bhazelton committed Sep 29, 2023
1 parent 7026542 commit 149d4bf
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,5 +1,5 @@
[build-system]
requires = ["setuptools>=30.3.0",
requires = ["setuptools>=61",
"wheel",
"setuptools_scm!=7.0.0,!=7.0.1,!=7.0.2",
"oldest-supported-numpy",
Expand Down

0 comments on commit 149d4bf

Please sign in to comment.