Skip to content

Commit

Permalink
Change Prescient requirement version constraint to minimum version
Browse files Browse the repository at this point in the history
Co-authored-by: bknueven <[email protected]>
  • Loading branch information
lbianchi-lbl and bknueven authored Mar 1, 2022
1 parent 1488938 commit 9e0bd9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +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
"gridx-prescient==2.1", # 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 9e0bd9f

Please sign in to comment.