Skip to content

Commit

Permalink
Temporal fix until the rest of the libs upgrade to numpy==2
Browse files Browse the repository at this point in the history
  • Loading branch information
roigcarlo committed Nov 29, 2024
1 parent e5ceaf0 commit 784cf74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ jobs:
- name: Installing dependencies
shell: cmd
run: |
pip install numpy
pip install numpy=1.26.4
pip install sympy
pip install scipy
pip install h5py
Expand Down Expand Up @@ -483,7 +483,7 @@ jobs:
- name: Installing dependencies
shell: cmd
run: |
pip install numpy
pip install numpy=1.26.4
pip install sympy
pip install scipy
Expand Down

0 comments on commit 784cf74

Please sign in to comment.