Skip to content

Commit

Permalink
Update Pyomo requirement to include SCIP solver bugfixes
Browse files Browse the repository at this point in the history
  • Loading branch information
lbianchi-lbl committed Nov 6, 2023
1 parent 7c49704 commit b3e605e
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>=6.6.2",
"pyomo @ git+https://github.com/IDAES/Pyomo@6.7.0.idaes.2023.11.6",
"pint", # required to use Pyomo units
"networkx", # required to use Pyomo network
"numpy",
Expand Down

0 comments on commit b3e605e

Please sign in to comment.