Skip to content

Commit 2fa1daa

Browse files
committed
TOX: Fix h5py range, avoid indexed_gzip on 3.12
1 parent dc611df commit 2fa1daa

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

tox.ini

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,10 +78,11 @@ deps =
7878
# Scipy stopped producing win32 wheels at py310
7979
py3{8,9}-full-x86,x64: scipy >=1.6
8080
full,pre: matplotlib >=3.4
81-
# h5py stopped producing win32 wheels at py310, has yet to produce py312 wheels
82-
py3{8,9}-full-x86,py3{8,9,10,11}-x64: h5py >=2.10
81+
# h5py stopped producing win32 wheels at py39, has yet to produce py312 wheels
82+
py38-full-x86,py3{8,9,10,11}-x64: h5py >=2.10
8383
full,pre: pillow >=8.1
84-
full,pre: indexed_gzip >=1.4
84+
# indexed_gzip missing py312 wheels
85+
py3{8,9,10,11}-{full,pre}: indexed_gzip >=1.4
8586
full,pre: pyzstd >=0.14.3
8687
min: pydicom ==2.1
8788
full,pre: pydicom >=2.1

0 commit comments

Comments
 (0)