Skip to content

Commit

Permalink
pyproject.toml: relax setuptools and wheel version requirement
Browse files Browse the repository at this point in the history
setuptools-rust already specified `setuptools` version requirement
  • Loading branch information
messense committed Jul 5, 2022
1 parent a78ba0a commit ad81df4
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 @@
# Workaround to bootstrap maturin on non-manylinux platforms
[build-system]
requires = ["setuptools~=63.1.0", "wheel~=0.37.1", "tomli>=1.1.0 ; python_version<'3.11'", "setuptools-rust>=1.4.0"]
requires = ["setuptools", "wheel>=0.36.2", "tomli>=1.1.0 ; python_version<'3.11'", "setuptools-rust>=1.4.0"]
build-backend = "setuptools.build_meta"

[project]
Expand Down

0 comments on commit ad81df4

Please sign in to comment.