From 19247a14ea7eb0a6de089f53a883307fa8afbdf6 Mon Sep 17 00:00:00 2001 From: Ludovico Bianchi Date: Mon, 18 Nov 2024 21:32:17 -0600 Subject: [PATCH] Update pyomo requirement to to 6.8.2 release --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7faf4eadd6..506b6212d6 100644 --- a/setup.py +++ b/setup.py @@ -82,7 +82,7 @@ def __getitem__(self, key): # Put abstract (non-versioned) deps here. # Concrete dependencies go in requirements[-dev].txt install_requires=[ - "pyomo @ https://github.com/IDAES/pyomo/archive/6.8.1.idaes.2024.11.18.zip", + "pyomo >= 6.8.2", "pint >= 0.24.1", # required to use Pyomo units. Pint 0.24.1 needed for Python 3.9 support "networkx", # required to use Pyomo network "numpy>=1,<3",