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 1f697e1 commit c42edc5Copy full SHA for c42edc5
tox.ini
@@ -61,14 +61,17 @@ deps =
61
min: scipy ==1.6
62
min: matplotlib ==3.4
63
min: pillow ==8.1
64
- min: h5py ==3.0
+ min: h5py ==2.10
65
min: indexed_gzip ==1.4
66
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
69
pre: numpy <2.0.dev0
70
full,pre: scipy >=1.6
71
full,pre: matplotlib >=3.4
72
full,pre: pillow >=8.1
- full: h5py >=3.0
73
+ # Exception: h5py 3.0.0 dropped win32 wheels, so extend back a little further
74
+ full: h5py >=2.10
75
# h5py missing 3.12 wheels, so disable from pre for now
76
# full,pre: h5py >=3.0
77
full,pre: indexed_gzip >=1.4
0 commit comments