Skip to content

Commit

Permalink
fix pypi and setuptools version conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
kjgm committed Sep 26, 2024
1 parent 557b2e2 commit 54488ac
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,6 +1,6 @@
[build-system]
requires = [
"setuptools>=42",
"setuptools>=42, <72.2.0",
"pybind11>=2.10.0"
]
build-backend = "setuptools.build_meta"
Expand Down

0 comments on commit 54488ac

Please sign in to comment.