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 be76e52 commit f7cccc6Copy full SHA for f7cccc6
.github/workflows/pythran.yml
@@ -45,7 +45,7 @@ jobs:
45
run: |
46
cd pythran
47
python -m pip install --upgrade pip
48
- python -m pip install "numpy>=2.2.0" -Csetup-args="-Dallow-noblas=true"
+ python -m pip install "numpy==2.2.0rc1" -Csetup-args="-Dallow-noblas=true"
49
pip install -r requirements.txt
50
pip install ipython nbval pytest-xdist wheel
51
sudo apt install libopenblas-dev ${{ matrix.cpp-version }}
0 commit comments