From ad8626cb63772fe4c1548ce8bf0cdd11da4f1b19 Mon Sep 17 00:00:00 2001 From: Ludovico Bianchi Date: Thu, 23 Dec 2021 16:33:53 -0600 Subject: [PATCH] Pin idaes-pse requirement to 1.12.0rc0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 33066c8157..ce07649477 100644 --- a/setup.py +++ b/setup.py @@ -36,7 +36,7 @@ SPECIAL_DEPENDENCIES_FOR_RELEASE = [ - "idaes-pse>=1.12.0", # from PyPI + "idaes-pse==1.12.0rc0", # from PyPI ] SPECIAL_DEPENDENCIES_FOR_PRERELEASE = [