From 9383c5bb837430440df65c1c501fde7890e9f229 Mon Sep 17 00:00:00 2001 From: MichaelPesce Date: Fri, 28 Jun 2024 12:18:05 -0400 Subject: [PATCH] use idaes 2.4.0, pyomo 6.7.1 --- backend/requirements.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/backend/requirements.txt b/backend/requirements.txt index ed2bb937..fd275e6c 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -7,11 +7,13 @@ click==8.1.3 fastapi==0.78.0 gurobipy==10.0.0 h11==0.13.0 +idaes-pse==2.4.0 idna==3.3 pint==0.23 pydantic==1.9.1 pyinstaller==5.3 pyinstaller-hooks-contrib==2022.9 +pyomo==6.7.1 python-multipart==0.0.5 sniffio==1.2.0 starlette==0.19.1