Skip to content

Commit cb1c2ea

Browse files
committed
CI: bump minimum astropy
1 parent f60f0e4 commit cb1c2ea

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.binder/requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
tqdm
55
numpy>=2
66
matplotlib>=3.7
7-
astropy>=5.3
7+
# Required by hats, was 5.3 before
8+
astropy>=6.1.5
89
pyvo>=1.5
910
astroquery>=0.4.10
1011
scipy>=1.10

tox.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ deps =
2626
oldestdeps: numpy==2.0.0
2727
oldestdeps: matplotlib==3.7.0
2828
oldestdeps: scipy==1.10.0
29-
oldestdeps: astropy==5.3.0
29+
# Required by hats
30+
oldestdeps: astropy==6.1.5
3031
oldestdeps: photutils==2.0.0
3132
oldestdeps: astroquery==0.4.10
3233
oldestdeps: firefly_client==3.2.0

0 commit comments

Comments
 (0)