Skip to content

Commit e715090

Browse files
committed
BLD: Remove redundant wheel dep from pyproject.toml
Remove the redundant `wheel` dependency, as it is added by the backend automatically. Listing it explicitly in the documentation was a historical mistake and has been fixed since, see: pypa/setuptools@f7d30a9
1 parent 65b785b commit e715090

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pyproject.toml

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
# INSTALL_REQUIRES in setup.py
44
requires = [
55
"setuptools>=59.2.0",
6-
"wheel>=0.37.1",
76
"cython>=0.29.26,<3", # Sync with CYTHON_MIN_VER in setup
87
# Workaround for oldest supported numpy using 1.21.6, but SciPy 1.9.2+ requiring 1.22.3+
98
"oldest-supported-numpy; python_version!='3.10' or platform_system!='Windows' or platform_python_implementation=='PyPy'",

0 commit comments

Comments
 (0)