We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f60f0e4 commit cb1c2eaCopy full SHA for cb1c2ea
.binder/requirements.txt
@@ -4,7 +4,8 @@
4
tqdm
5
numpy>=2
6
matplotlib>=3.7
7
-astropy>=5.3
+# Required by hats, was 5.3 before
8
+astropy>=6.1.5
9
pyvo>=1.5
10
astroquery>=0.4.10
11
scipy>=1.10
tox.ini
@@ -26,7 +26,8 @@ deps =
26
oldestdeps: numpy==2.0.0
27
oldestdeps: matplotlib==3.7.0
28
oldestdeps: scipy==1.10.0
29
- oldestdeps: astropy==5.3.0
+ # Required by hats
30
+ oldestdeps: astropy==6.1.5
31
oldestdeps: photutils==2.0.0
32
oldestdeps: astroquery==0.4.10
33
oldestdeps: firefly_client==3.2.0
0 commit comments