Skip to content

Commit

Permalink
CI: remove upper limit on scipy version
Browse files Browse the repository at this point in the history
  • Loading branch information
mj-will committed Jan 13, 2025
1 parent 9a46090 commit 26766b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci_environment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ channels:
dependencies:
- numpy
- pandas
- scipy>=0.16, <1.14 # tmp fix for a bilby issue
- scipy>=0.16
- matplotlib>=2.0
- seaborn
- pytorch>=1.11.0
Expand Down

0 comments on commit 26766b4

Please sign in to comment.