Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 241b7cc commit b069556Copy full SHA for b069556
.github/workflows/cygwin.yml
@@ -174,8 +174,8 @@ jobs:
174
- name: Install Python dependencies
175
shell: bash.exe -eo pipefail -o igncr "{0}"
176
run: |
177
- python -m pip install --upgrade pip 'setuptools<60' wheel
178
- python -m pip install kiwisolver 'numpy!=1.21.*' pillow importlib_resources
+ python -m pip install --upgrade pip setuptools wheel
+ python -m pip install kiwisolver 'numpy>=1.22,<1.26' pillow importlib_resources
179
grep -v -F -e psutil requirements/testing/all.txt >requirements_test.txt
180
python -m pip install meson-python pybind11
181
export PATH="/usr/local/bin:$PATH"
0 commit comments