Skip to content

Commit

Permalink
Update the Pyomo tag to the 6.7.0 release (#1292)
Browse files Browse the repository at this point in the history
* Bumping Pyomo tag to check IDAES tests in preparation for Pyomo 6.7.0

* Require Pyomo 6.7.0

---------

Co-authored-by: Ludovico Bianchi <[email protected]>
  • Loading branch information
blnicho and lbianchi-lbl authored Dec 7, 2023
1 parent 214f32a commit e106e2e
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.6",
"pyomo >= 6.7.0",
"pint", # required to use Pyomo units
"networkx", # required to use Pyomo network
"numpy",
Expand Down

0 comments on commit e106e2e

Please sign in to comment.