Skip to content

Commit c42edc5

Browse files
committed
MNT: Push h5py support back a bit
1 parent 1f697e1 commit c42edc5

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

tox.ini

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,14 +61,17 @@ deps =
6161
min: scipy ==1.6
6262
min: matplotlib ==3.4
6363
min: pillow ==8.1
64-
min: h5py ==3.0
64+
min: h5py ==2.10
6565
min: indexed_gzip ==1.4
6666
min: pyzstd ==0.14.3
67+
# Numpy 2.0 is a major breaking release; we cannot put much effort into
68+
# supporting until it's at least RC stable
6769
pre: numpy <2.0.dev0
6870
full,pre: scipy >=1.6
6971
full,pre: matplotlib >=3.4
7072
full,pre: pillow >=8.1
71-
full: h5py >=3.0
73+
# Exception: h5py 3.0.0 dropped win32 wheels, so extend back a little further
74+
full: h5py >=2.10
7275
# h5py missing 3.12 wheels, so disable from pre for now
7376
# full,pre: h5py >=3.0
7477
full,pre: indexed_gzip >=1.4

0 commit comments

Comments
 (0)