Skip to content

Commit

Permalink
provide setuptools upper bound for robustness against future changes (#…
Browse files Browse the repository at this point in the history
…647)

pin to setuptools<65 to avoid potential breaking with future changes

closes gh-645 (broken build with setuptools 65.0)
  • Loading branch information
grlee77 committed Sep 11, 2022
1 parent 4cf93a4 commit 3dd186c
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 @@ -7,7 +7,7 @@
[build-system]
requires = [
"wheel",
"setuptools",
"setuptools<65",
"Cython>=0.29.24,<3.0",

# NumPy dependencies - to update these, sync from
Expand Down

0 comments on commit 3dd186c

Please sign in to comment.