Skip to content

Commit

Permalink
Merge pull request #637 from spacetelescope/z-range-for-dependencies
Browse files Browse the repository at this point in the history
use z-range for dependencies in requirements.txt
  • Loading branch information
BradleySappington authored Sep 4, 2024
2 parents 9ed5435 + f591809 commit 6bd15a9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
astropy==6.1.2
matplotlib==3.9.1
numexpr>=2.9.0
numpy==2.0.1
scipy==1.14.1
astropy>=6.1.2,<6.2.0
matplotlib>=3.9.1,<3.10.0
numexpr>=2.9.0,<2.10.0
numpy>=2.1.0,<2.2.0
scipy>=1.14.1,<1.15.0

0 comments on commit 6bd15a9

Please sign in to comment.