Skip to content

Commit b39f464

Browse files
TODO re: h5py 3.11 build compatibility issues
1 parent 450cd6e commit b39f464

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ def read(*names, **kwargs):
7373
'pandas',
7474
'matplotlib',
7575
# Used by Adv*/AGS extensions; may break tox pypy jobs if those are re-enabled
76-
'h5py==3.10.0',
76+
'h5py==3.10.0', # TODO resolve apparent h5py==3.11.0 build compatibility issues on some platforms
7777
'scipy',
7878
'iapws',
7979
'coolprop',

0 commit comments

Comments
 (0)