Skip to content

Commit 8475ab3

Browse files
pin coolprop==6.8.0
1 parent 91c3656 commit 8475ab3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

setup.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,9 @@ def read(*names, **kwargs):
7777
'h5py',
7878
'scipy',
7979
'iapws',
80-
'coolprop; python_version > "3.8"',
80+
# coolprop 7.0.0 fails on macOS + Python > 3.8, see
81+
# https://github.com/softwareengineerprogrammer/GEOPHIRES/actions/runs/16888333182/job/47841807973
82+
'coolprop == 6.8.0; python_version > "3.8"',
8183
# coolprop > 6.7.0 fails on Python 3.8, see
8284
# https://github.com/softwareengineerprogrammer/GEOPHIRES/actions/runs/14599234458/job/40952924048?pr=69#step:5:302
8385
'coolprop==6.7.0; python_version == "3.8"',

0 commit comments

Comments
 (0)