File tree 1 file changed +4
-2
lines changed
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -385,10 +385,12 @@ jobs:
385
385
nogil : true
386
386
387
387
- 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
388
390
run : |
389
391
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
392
394
python -m pip install versioneer[toml]
393
395
python -m pip install python-dateutil pytz tzdata hypothesis>=6.84.0 pytest>=7.3.2 pytest-xdist>=3.4.0 pytest-cov
394
396
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