Skip to content

Commit 6eec981

Browse files
drop h5py version specifier
1 parent 4858761 commit 6eec981

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
@@ -74,7 +74,7 @@ def read(*names, **kwargs):
7474
'pandas',
7575
'matplotlib',
7676
# Used by Adv*/AGS extensions; may break tox pypy jobs if those are re-enabled
77-
'h5py==3.10.0', # TODO resolve apparent h5py==3.11.0 build compatibility issues on some platforms
77+
'h5py',
7878
'scipy',
7979
'iapws',
8080
'coolprop; python_version > "3.8"',

0 commit comments

Comments
 (0)