Skip to content

Commit

Permalink
Update numpy version to < 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fullbat committed Jun 24, 2024
1 parent 0abdf92 commit 7642d7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: Install dmri-commit
run: pip install . --no-cache-dir
- name: Force numpy version
run: pip install numpy==1.26.4
run: pip install numpy<2.0.0
- name: Run test
id: run_test
working-directory: tests
Expand Down

0 comments on commit 7642d7a

Please sign in to comment.