From 1fd59b5e9fe99eae348a9ebda49a89ba06a31967 Mon Sep 17 00:00:00 2001 From: Ludovico Bianchi Date: Wed, 8 May 2024 17:49:01 -0500 Subject: [PATCH 1/2] Update idaes-pse requirement to test pyomo 6.7.2 and/or IDAES 2.5 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e8fa56c88e..f3e8961c81 100644 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ # update with a tag from the nawi-hub/idaes-pse # when a version of IDAES newer than the latest stable release from PyPI # will become needed for the watertap development - "idaes-pse==2.4.0", + "idaes-pse @ git+https://github.com/IDAES/idaes-pse@refs/pull/1406/merge", ] # Arguments marked as "Required" below must be included for upload to PyPI. From 6adff0a330bd5091bfc7875c663a3be02a88fa7a Mon Sep 17 00:00:00 2001 From: Ludovico Bianchi Date: Thu, 9 May 2024 16:57:12 -0500 Subject: [PATCH 2/2] Update idaes-pse requirement to watertap-org fork tag --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f3e8961c81..265bdea86e 100644 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ # update with a tag from the nawi-hub/idaes-pse # when a version of IDAES newer than the latest stable release from PyPI # will become needed for the watertap development - "idaes-pse @ git+https://github.com/IDAES/idaes-pse@refs/pull/1406/merge", + "idaes-pse @ git+https://github.com/watertap-org/idaes-pse@2.5.0.dev0.watertap.24.05.09", ] # Arguments marked as "Required" below must be included for upload to PyPI.