Skip to content

Commit

Permalink
Limit scipy version
Browse files Browse the repository at this point in the history
  • Loading branch information
GarethCabournDavies committed Aug 5, 2024
1 parent 7a9a423 commit 0834e9f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# requirements for most basic library use
astropy>=2.0.3,!=4.2.1,!=4.0.5
Mako>=1.0.1
scipy>=0.16.0
# WORKAROUND FRO V23_RELEASE_BRANCH - LIMIT SCIPY VERSION
scipy>=0.16.0,<1.14.0
matplotlib>=2.0.0
# Remove the upper bound ASAP, this is a temporary fix!!!!!!
numpy>=1.16.0,!=1.19.0,<1.24.0
Expand Down

0 comments on commit 0834e9f

Please sign in to comment.