We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91c3656 commit 8475ab3Copy full SHA for 8475ab3
setup.py
@@ -77,7 +77,9 @@ def read(*names, **kwargs):
77
'h5py',
78
'scipy',
79
'iapws',
80
- 'coolprop; python_version > "3.8"',
+ # 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"',
83
# coolprop > 6.7.0 fails on Python 3.8, see
84
# https://github.com/softwareengineerprogrammer/GEOPHIRES/actions/runs/14599234458/job/40952924048?pr=69#step:5:302
85
'coolprop==6.7.0; python_version == "3.8"',
0 commit comments