diff --git a/setup.py b/setup.py index e43e538c82..5ac3d15115 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.0.idaes.2024.11.08.zip", + "pyomo @ https://github.com/IDAES/pyomo/archive/6.8.0.idaes.2024.11.11.zip", "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",