Skip to content

Commit 891af26

Browse files
1 parent cdad669 commit 891af26

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

setup.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,10 @@ def read(*names, **kwargs):
7777
'h5py==3.10.0', # TODO resolve apparent h5py==3.11.0 build compatibility issues on some platforms
7878
'scipy',
7979
'iapws',
80-
'coolprop',
80+
'coolprop; python_version > "3.8"',
81+
# coolprop > 6.7.0 fails on Python 3.8, see
82+
# https://github.com/softwareengineerprogrammer/GEOPHIRES/actions/runs/14599234458/job/40952924048?pr=69#step:5:302
83+
'coolprop==6.7.0; python_version == "3.8"',
8184
'rich',
8285
'pylocker',
8386
'nrel-pysam',

0 commit comments

Comments
 (0)