Skip to content

Commit bcaba34

Browse files
authored
Merge pull request statsmodels#8498 from mgorny/wheel
BLD: Remove redundant wheel dep from pyproject.toml
2 parents 7e3d062 + e715090 commit bcaba34

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)