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 f662c6c commit 0d5e59aCopy full SHA for 0d5e59a
.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 -Csetup-args="-Dallow-noblas=true"
+ python -m pip install "numpy>=2.2.0" -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