Skip to content

Commit

Permalink
add setuptools version constraint
Browse files Browse the repository at this point in the history
  • Loading branch information
yunchu committed Jul 19, 2024
1 parent 9ef352a commit e34740e
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
Expand Up @@ -4,7 +4,7 @@
# FIXME: specified torch wheel to build torch cpp extension should be fixed in some
# different way instead of using static link url
requires = [
"setuptools>=42",
"setuptools>=42,<70",
"wheel",
"Cython~=0.29.32",
"numpy~=1.23.4"
Expand Down

0 comments on commit e34740e

Please sign in to comment.