Skip to content

Commit

Permalink
Fixing typo
Browse files Browse the repository at this point in the history
  • Loading branch information
blnicho committed Aug 8, 2024
1 parent e164f0e commit 55a60c2
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 @@ -132,7 +132,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.7.4.idaes.2024.08.08.zip",
"pyomo @ https://github.com/IDAES/pyomo/archive/6.7.4.idaes.2024.08.08.zip",
"pint<0.24", # required to use Pyomo units. Pint 0.24 only supported on Python >=3.10
"networkx", # required to use Pyomo network
"numpy<2",
Expand Down

0 comments on commit 55a60c2

Please sign in to comment.