Skip to content

Commit 7f28eb3

Browse files
committed
TOX: Use h5py wheels for all full/pre-x64 builds
1 parent 74b9965 commit 7f28eb3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@ deps =
7777
# Scipy stopped producing win32 wheels at py310
7878
py3{8,9}-full-x86,x64: scipy >=1.6
7979
full,pre: matplotlib >=3.4
80-
# h5py stopped producing win32 wheels at py39, has yet to produce py312 wheels
81-
py38-full-x86,py3{8,9,10,11}-x64: h5py >=2.10
80+
# h5py stopped producing win32 wheels at py39
81+
py38-full-x86,x64: h5py >=2.10
8282
full,pre: pillow >=8.1
8383
# indexed_gzip missing py312 wheels
8484
py3{8,9,10,11}-{full,pre}: indexed_gzip >=1.4

0 commit comments

Comments
 (0)