Skip to content

Commit

Permalink
Pin setuptools version
Browse files Browse the repository at this point in the history
This is needed until the issue in [1] is fixed, as it's preventing builds from
working.

[1] - pypa/setuptools#4483
  • Loading branch information
BrianJKoopman committed Jul 29, 2024
1 parent 5acb5c4 commit aa71656
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[build-system]
requires = [
"setuptools>=42",
# Upper bound needed until https://github.com/pypa/setuptools/issues/4483/ is fixed
"setuptools>=42,<71.0.0",
"wheel",
"versioneer-518",
]
Expand Down

0 comments on commit aa71656

Please sign in to comment.