From 9e0bd9f772df5c720c0d49a20ca9f19ef5c210c9 Mon Sep 17 00:00:00 2001 From: Ludovico Bianchi Date: Tue, 1 Mar 2022 15:13:42 -0600 Subject: [PATCH] Change Prescient requirement version constraint to minimum version Co-authored-by: bknueven <30801372+bknueven@users.noreply.github.com> --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e9150264b6..07721e2e51 100644 --- a/setup.py +++ b/setup.py @@ -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 ],