Skip to content

Commit

Permalink
use numpy 1.24
Browse files Browse the repository at this point in the history
  • Loading branch information
skjerns committed Jul 27, 2024
1 parent f906dc8 commit 2025cff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testz_numpy_2_compatibility.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install packages
run: |
pip install numpy==1.26
pip install numpy==1.24
pip install pytest
pip install -e .
pip install -r requirements-test.txt
Expand Down

0 comments on commit 2025cff

Please sign in to comment.