8000 ci: Pin NumPy on Cygwin build · matplotlib/matplotlib@e50c4dd · GitHub
[go: up one dir, main page]

Skip to content

Commit e50c4dd

Browse files
oscargusQuLogic
authored andcommitted
ci: Pin NumPy on Cygwin build
Cherry-picked out of #26800; also unpin setuptools.
1 parent a567271 commit e50c4dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cygwin.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,8 +174,8 @@ jobs:
174174
- name: Install Python dependencies
175175
shell: bash.exe -eo pipefail -o igncr "{0}"
176176
run: |
177-
python -m pip install --upgrade pip 'setuptools<60' wheel
178-
python -m pip install kiwisolver 'numpy!=1.21.*' pillow importlib_resources
177+
python -m pip install --upgrade pip setuptools wheel
178+
python -m pip install kiwisolver 'numpy>=1.22,<1.26' pillow importlib_resources
179179
grep -v -F -e psutil requirements/testing/all.txt >requirements_test.txt
180180
python -m pip install meson-python pybind11
181181
export PATH="/usr/local/bin:$PATH"

0 commit comments

Comments
 (0)
0