Skip to content

Commit d347b20

Browse files
committed
CI: bump minimum astropy and matplotlib and pandas
1 parent f60f0e4 commit d347b20

File tree

2 files changed

+20
-8
lines changed

2 files changed

+20
-8
lines changed

.binder/requirements.txt

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,20 @@
22
# undeclared optional dependencies of functionalities we rely on
33
#
44
tqdm
5+
# Required by hats, was 1.24 before
56
numpy>=2
6-
matplotlib>=3.7
7-
astropy>=5.3
7+
# Required by hats, was 3.7 before
8+
matplotlib>=3.10.3
9+
# Required by hats, was 5.3 before
10+
astropy>=6.1.5
811
pyvo>=1.5
912
astroquery>=0.4.10
10-
scipy>=1.10
13+
# Due to the numpy>=2 limit
14+
scipy>=1.13
1115
pyarrow>=10.0.1
1216
hpgeom
13-
pandas>=1.5.2
17+
# Required by hats via nested-pandas, was 1.5.2 before
18+
pandas>=2.2.3
1419
dask[distributed]
1520
psutil
1621
ray

tox.ini

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,18 +23,25 @@ deps =
2323

2424
# Notebooks sets minimums for photutils, astroquery, sep, pyvo, pandas;
2525
# the rest is indirect minimums for those
26+
# Required by hats
2627
oldestdeps: numpy==2.0.0
27-
oldestdeps: matplotlib==3.7.0
28-
oldestdeps: scipy==1.10.0
29-
oldestdeps: astropy==5.3.0
28+
# Required by hats
29+
oldestdeps: matplotlib==3.10.3
30+
# For numpy 2.0 compatibility
31+
oldestdeps: scipy==1.13.0
32+
# Required by hats
33+
oldestdeps: astropy==6.1.5
3034
oldestdeps: photutils==2.0.0
3135
oldestdeps: astroquery==0.4.10
3236
oldestdeps: firefly_client==3.2.0
3337
oldestdeps: sep==1.4.0
3438
oldestdeps: pyvo==1.5.0
35-
oldestdeps: pandas==1.5.2
39+
# Required by nested-pandas (indirectly by hats)
40+
oldestdeps: pandas==2.2.3
3641
oldestdeps: lsdb==0.5.2
3742
oldestdeps: hats==0.5.2
43+
# Non-direct dependency, required by hats
44+
oldestdeps: nested-pandas==0.4.1
3845

3946
devdeps: astropy>0.0.dev0
4047
devdeps: git+https://github.com/astropy/pyvo.git#egg=pyvo

0 commit comments

Comments
 (0)