Skip to content

Commit

Permalink
build: remove wheel from explicit dependencies
Browse files Browse the repository at this point in the history
It is a transitive dependency of setuptools. Since we gave up trying
to have deterministic build environments, it doesn't serve much value.
And it may make the lives of downstream packagers harder. So just remove
it.

Part of #207.
  • Loading branch information
indygreg committed May 27, 2024
1 parent f90e2bb commit 6ff6b7e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ requires = [
# workaround. See comment at
# https://github.com/pypa/pip/issues/11859#issuecomment-2132287974.
"setuptools<69.0.0",
"wheel>=0.41.2",
]
# Need to use legacy backend because setup_zstd.py breaks build isolation.
build-backend = "setuptools.build_meta:__legacy__"
Expand Down

0 comments on commit 6ff6b7e

Please sign in to comment.