Skip to content

Commit

Permalink
changed setup.py to refer to appropriate tag
Browse files Browse the repository at this point in the history
  • Loading branch information
strahl21 committed Jul 28, 2023
1 parent f827ca6 commit 0f223d4
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 @@ -126,7 +126,7 @@ def __getitem__(self, key):
# Put abstract (non-versioned) deps here.
# Concrete dependencies go in requirements[-dev].txt
install_requires=[
"pyomo>=6.6.1",
"pyomo @ https://github.com/IDAES/pyomo/archive/6.6.2.idaes.2023.07.28.zip",
"pint", # required to use Pyomo units
"networkx", # required to use Pyomo network
"numpy",
Expand Down

0 comments on commit 0f223d4

Please sign in to comment.