File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -385,10 +385,12 @@ jobs:
385385 nogil : true
386386
387387 - name : Build Environment
388+ # TODO: Once numpy 2.2.1 is out, don't install nightly version
389+ # Tests segfault with numpy 2.2.0: https://github.com/numpy/numpy/pull/27955
388390 run : |
389391 python --version
390- python -m pip install --upgrade pip setuptools wheel numpy 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 --upgrade pip setuptools wheel meson[ninja]==1.2.1 meson-python==0.13.1
393+ python -m pip install --pre --extra-index-url https://pypi.anaconda.org/scientific-python-nightly-wheels/simple cython numpy
392394 python -m pip install versioneer[toml]
393395 python -m pip install python-dateutil pytz tzdata hypothesis>=6.84.0 pytest>=7.3.2 pytest-xdist>=3.4.0 pytest-cov
394396 python -m pip install -ve . --no-build-isolation --no-index --no-deps -Csetup-args="--werror"
You can’t perform that action at this time.
0 commit comments