Skip to content

Commit

Permalink
Bump pyomo to 6.7.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
blnicho authored Nov 30, 2023
1 parent 1ba95ff commit 00f7d1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.28",
"pyomo>=6.7.0",
"pint", # required to use Pyomo units
"networkx", # required to use Pyomo network
"numpy",
Expand Down

0 comments on commit 00f7d1a

Please sign in to comment.