Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
numpy <1.16 required Python <=3.7, which we don’t support anymore; so this restriction is redundant
  • Loading branch information
JostMigenda committed Apr 30, 2024
1 parent bcd9306 commit 57912bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
numpy >= 1.16
numpy
scipy
astropy >=4.3
pandas
Expand All @@ -7,5 +7,5 @@ matplotlib
h5py
requests
pyyaml
snowglobes_data == 1.3.1
snowglobes_data == 1.3.2
importlib_resources; python_version < "3.9"

0 comments on commit 57912bd

Please sign in to comment.