Skip to content

Commit

Permalink
fix: add maximum scipy to avoid deprecation error in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremy-baier committed Sep 10, 2024
1 parent 2e08082 commit f1fec8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
numpy>=1.16.3
scipy>=1.2.0
scipy>=1.2.0,<1.14.0
ephem>=3.7.6.0
healpy>=1.14.0
scikit-sparse>=0.4.5
Expand Down

0 comments on commit f1fec8a

Please sign in to comment.