Skip to content

Commit 421a4bd

Browse files
committed
CI: bump minimum astropy and matplotlib
1 parent f60f0e4 commit 421a4bd

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

.binder/requirements.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,10 @@
33
#
44
tqdm
55
numpy>=2
6-
matplotlib>=3.7
7-
astropy>=5.3
6+
# Required by hats, was 3.7 before
7+
matplotlib>=3.10.3
8+
# Required by hats, was 5.3 before
9+
astropy>=6.1.5
810
pyvo>=1.5
911
astroquery>=0.4.10
1012
scipy>=1.10

tox.ini

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,11 @@ deps =
2424
# Notebooks sets minimums for photutils, astroquery, sep, pyvo, pandas;
2525
# the rest is indirect minimums for those
2626
oldestdeps: numpy==2.0.0
27-
oldestdeps: matplotlib==3.7.0
27+
# Required by hats
28+
oldestdeps: matplotlib==3.10.3
2829
oldestdeps: scipy==1.10.0
29-
oldestdeps: astropy==5.3.0
30+
# Required by hats
31+
oldestdeps: astropy==6.1.5
3032
oldestdeps: photutils==2.0.0
3133
oldestdeps: astroquery==0.4.10
3234
oldestdeps: firefly_client==3.2.0

0 commit comments

Comments
 (0)