Skip to content

Commit

Permalink
Bump Pyomo tag
Browse files Browse the repository at this point in the history
  • Loading branch information
blnicho authored Nov 11, 2024
1 parent df09525 commit df416de
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 @@ -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",
Expand Down

0 comments on commit df416de

Please sign in to comment.