diff --git a/setup.py b/setup.py index 6887335c28..ad8998de88 100644 --- a/setup.py +++ b/setup.py @@ -127,7 +127,7 @@ def __getitem__(self, key): # Put abstract (non-versioned) deps here. # Concrete dependencies go in requirements[-dev].txt install_requires=[ - "pyomo @ git+https://github.com/IDAES/Pyomo@6.7.0.idaes.2023.11.6", + "pyomo @ git+https://github.com/IDAES/Pyomo@6.7.0.idaes.2023.11.28", "pint", # required to use Pyomo units "networkx", # required to use Pyomo network "numpy",