Skip to content

Commit

Permalink
pin to setuptools<60 to avoid potential breaking with future changes
Browse files Browse the repository at this point in the history
closes PyWaveletsgh-645 (broken build with setuptools 65.0)
  • Loading branch information
grlee77 committed Sep 10, 2022
1 parent b4341fc commit f9b5836
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<60",
"Cython>=0.29.24,<3.0",

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

0 comments on commit f9b5836

Please sign in to comment.