Skip to content

Commit

Permalink
pyproject.toml: Bound setuptools<50.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ales-erjavec committed Sep 2, 2020
1 parent eb3d6ec commit 45e0af9
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,6 +1,6 @@
[build-system]
requires = [
"setuptools>=40.8.0",
"setuptools>=40.8.0,<50.0",
"wheel",
"oldest-supported-numpy"
]
Expand Down

0 comments on commit 45e0af9

Please sign in to comment.