Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ Geothermal_district_heating_system_with_peaking_boilers.png

# TODO may want to add this to source
regenerate-schemas.sh
requirements_2025-08-11.txt

# C extensions
*.so
Expand Down
64 changes: 41 additions & 23 deletions docs/Fervo_Project_Cape-4.md

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,9 @@ def read(*names, **kwargs):
'h5py',
'scipy',
'iapws',
'coolprop; python_version > "3.8"',
# coolprop 7.0.0 fails on macOS + Python > 3.8, see
# https://github.com/softwareengineerprogrammer/GEOPHIRES/actions/runs/16888333182/job/47841807973
'coolprop == 6.8.0; python_version > "3.8"',
# coolprop > 6.7.0 fails on Python 3.8, see
# https://github.com/softwareengineerprogrammer/GEOPHIRES/actions/runs/14599234458/job/40952924048?pr=69#step:5:302
'coolprop==6.7.0; python_version == "3.8"',
Expand Down
Loading
Loading