Skip to content

Commit e5c521a

Browse files
committed
MAINT: remove wheel as a build dependency
After correct the lower bound on Cython in INSTALL.rst [skip cirrus]
1 parent 9d4c148 commit e5c521a

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

INSTALL.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Building NumPy requires the following installed software:
2020
e.g., on Debian/Ubuntu one needs to install both `python3` and
2121
`python3-dev`. On Windows and macOS this is normally not an issue.
2222

23-
2) Cython >= 0.29.35
23+
2) Cython >= 3.0
2424

2525
3) pytest__ (optional)
2626

build_requirements.txt

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
meson-python>=0.13.1
22
Cython>=3.0
3-
wheel==0.38.1
43
ninja
54
spin==0.7
65
build

0 commit comments

Comments
 (0)