Skip to content

Commit 6ff6b7e

Browse files
committed
build: remove wheel from explicit dependencies
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.
1 parent f90e2bb commit 6ff6b7e

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ requires = [
77
# workaround. See comment at
88
# https://github.com/pypa/pip/issues/11859#issuecomment-2132287974.
99
"setuptools<69.0.0",
10-
"wheel>=0.41.2",
1110
]
1211
# Need to use legacy backend because setup_zstd.py breaks build isolation.
1312
build-backend = "setuptools.build_meta:__legacy__"

0 commit comments

Comments
 (0)