Skip to content

Commit

Permalink
fix: require older setuptools so pip install -e works
Browse files Browse the repository at this point in the history
  • Loading branch information
dhdaines committed Jul 20, 2023
1 parent 05cb832 commit 241d238
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,7 +1,7 @@
[build-system]
requires = [
"wheel",
"setuptools>=45",
"setuptools>=45,<64",
"scikit-build~=0.15",
"Cython",
"cmake",
Expand Down

0 comments on commit 241d238

Please sign in to comment.