Skip to content

Commit

Permalink
Use PyPI release to specify Prescient requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
lbianchi-lbl committed Mar 1, 2022
1 parent 81a1ef7 commit 1488938
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,9 +108,7 @@ def dmf_data_files(root: str = DMF_DATA_ROOT) -> List[Tuple[str, List[str]]]:
"prerelease": DEPENDENCIES_FOR_PRERELEASE_VERSION,
"optional": [
"tensorflow", # idaes.surrogate.keras_surrogate
# FIXME update requirement once PyPI distribution is updated
# (8fef0fa2ca is the commit on main where #128 was merged in)
"gridx-prescient @ https://github.com/grid-parity-exchange/Prescient/archive/8fef0fa2ca.zip", # idaes.tests.prescient
"gridx-prescient==2.1", # idaes.tests.prescient
# A Lee 11-Jan-22: no precompiled version of CoolProp available for Pyhton 3.9
"coolprop; python_version < '3.9'", # idaes.generic_models.properties.general.coolprop
],
Expand Down

0 comments on commit 1488938

Please sign in to comment.