Skip to content

Commit

Permalink
do not pin cython, numpy
Browse files Browse the repository at this point in the history
  • Loading branch information
mattip committed Dec 29, 2024
1 parent 1e21305 commit e5fccd9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pythran.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ jobs:
run: |
cd pythran
python -m pip install --upgrade pip
python -m pip install "cython==3.1.0a1"
python -m pip install "numpy==2.2.0rc1" -Csetup-args="-Dallow-noblas=true"
python -m pip install cython
python -m pip install numpy -Csetup-args="-Dallow-noblas=true"
pip install -r requirements.txt
pip install ipython nbval pytest-xdist wheel
sudo apt install libopenblas-dev ${{ matrix.cpp-version }}
Expand Down

0 comments on commit e5fccd9

Please sign in to comment.