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 c52846f commit 2580d1fCopy full SHA for 2580d1f
.github/workflows/unit-tests.yml
@@ -387,7 +387,7 @@ jobs:
387
- name: Build Environment
388
run: |
389
python --version
390
- python -m pip install --upgrade pip setuptools wheel numpy meson[ninja]==1.2.1 meson-python==0.13.1
+ python -m pip install --upgrade pip setuptools wheel numpy=2.1 meson[ninja]==1.2.1 meson-python==0.13.1
391
python -m pip install --pre --extra-index-url https://pypi.anaconda.org/scientific-python-nightly-wheels/simple cython
392
python -m pip install versioneer[toml]
393
python -m pip install python-dateutil pytz tzdata hypothesis>=6.84.0 pytest>=7.3.2 pytest-xdist>=3.4.0 pytest-cov
0 commit comments