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 cdad669 commit 891af26Copy full SHA for 891af26
setup.py
@@ -77,7 +77,10 @@ def read(*names, **kwargs):
77
'h5py==3.10.0', # TODO resolve apparent h5py==3.11.0 build compatibility issues on some platforms
78
'scipy',
79
'iapws',
80
- 'coolprop',
+ '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"',
84
'rich',
85
'pylocker',
86
'nrel-pysam',
0 commit comments