Skip to content

Commit

Permalink
See if wheel dep is required (#11122)
Browse files Browse the repository at this point in the history
The setuptools changelog sort of implies its not anymore
  • Loading branch information
alex authored Jun 20, 2024
1 parent 604594f commit 320314c
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion .github/requirements/build-requirements.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# Must be kept sync with build-system.requires at pyproject.toml
setuptools>=61.0.0
wheel
cffi>=1.12; platform_python_implementation != 'PyPy'
setuptools-rust>=1.7.0

Expand Down
4 changes: 0 additions & 4 deletions .github/requirements/build-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,6 @@ tomli==2.0.1 \
--hash=sha256:939de3e7a6161af0c887ef91b7d41a53e7c5a1ca976325f429cb46ea9bc30ecc \
--hash=sha256:de526c12914f0c550d15924c62d72abc48d6fe7364aa87328337a31007fe8a4f
# via setuptools-rust
wheel==0.43.0 \
--hash=sha256:465ef92c69fa5c5da2d1cf8ac40559a8c940886afcef87dcf14b9470862f1d85 \
--hash=sha256:55c570405f142630c6b9f72fe09d9b67cf1477fcf543ae5b8dcb1f5b7377da81
# via -r build-requirements.in

# The following packages are considered to be unsafe in a requirements file:
setuptools==70.1.0 \
Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
requires = [
# First version of setuptools to support pyproject.toml configuration
"setuptools>=61.0.0",
"wheel",
# Must be kept in sync with `project.dependencies`
"cffi>=1.12; platform_python_implementation != 'PyPy'",
"setuptools-rust>=1.7.0",
Expand Down

0 comments on commit 320314c

Please sign in to comment.