Skip to content

Commit

Permalink
update python package version dependencies to current year
Browse files Browse the repository at this point in the history
  • Loading branch information
Erik Jensen committed Sep 26, 2024
1 parent fd06be9 commit 581aa54
Showing 1 changed file with 22 additions and 21 deletions.
43 changes: 22 additions & 21 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,22 +1,23 @@
numpy >= 1.23.5
scipy >= 1.5.4
astropy >= 5.0.4
photutils >= 1.1.0
Bottleneck >= 1.3.4
matplotlib >= 3.3.1
mplcursors >= 0.3
seaborn
pandas
requests
PyYAML
psycopg2-binary
jplephem
scikit-image >= 0.17.2
tqdm
pytz
sep-pjw
astroalign > 2.3
networkx
astroquery >= 0.4.6
tendrils >= 0.1.5
numpy >= 2.1.1
scipy >= 1.14.1
astropy >= 6.1.3
photutils >= 1.13.0
Bottleneck >= 1.4.0
matplotlib >= 3.9.2
mplcursors >= 0.5.3
seaborn >= 0.13.2
pandas >= 2.2.2
requests >= 2.32.3
PyYAML >= 6.0.2
psycopg2-binary >= 2.9.9
jplephem >= 2.22
scikit-image >= 0.24.0
tqdm >= 4.66.5
pytz >= 2024.2
sep-pjw >= 1.3.5
astroalign >= 2.5.1
networkx >= 3.3
astroquery >= 0.4.7
tendrils >= 0.3.2
mastcasjobs >= 0.0.6
healpy >= 1.17.3

0 comments on commit 581aa54

Please sign in to comment.