Skip to content

Commit

Permalink
MNT: Push h5py support back a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
effigies committed Oct 6, 2023
1 parent 1f697e1 commit c42edc5
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -61,14 +61,17 @@ deps =
min: scipy ==1.6
min: matplotlib ==3.4
min: pillow ==8.1
min: h5py ==3.0
min: h5py ==2.10
min: indexed_gzip ==1.4
min: pyzstd ==0.14.3
# Numpy 2.0 is a major breaking release; we cannot put much effort into
# supporting until it's at least RC stable
pre: numpy <2.0.dev0
full,pre: scipy >=1.6
full,pre: matplotlib >=3.4
full,pre: pillow >=8.1
full: h5py >=3.0
# Exception: h5py 3.0.0 dropped win32 wheels, so extend back a little further
full: h5py >=2.10
# h5py missing 3.12 wheels, so disable from pre for now
# full,pre: h5py >=3.0
full,pre: indexed_gzip >=1.4
Expand Down

0 comments on commit c42edc5

Please sign in to comment.