Skip to content

Commit 3d23c97

Browse files
authored
Merge branch 'main' into prommis-util
2 parents f748a81 + 604fa11 commit 3d23c97

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

idaes/core/base/tests/test_process_base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,8 +146,8 @@ def dummy_performance(self, time_point):
146146
Variables:
147147
148148
Key : Value : Units : Fixed : Bounds
149-
Indexed Var 1 : 42.000 : second : False : (None, None)
150149
Scalar Var : 7.0000 : meter : False : (None, None)
150+
Indexed Var 1 : 42.000 : second : False : (None, None)
151151
152152
Expressions:
153153

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ keywords=["IDAES", "idaes-pse", "energy systems", "chemical engineering", "proce
3838
version = "2.11.0dev0"
3939
# dynamic = ["version"]
4040
dependencies = [
41-
"pyomo >= 6.9.3",
41+
"pyomo >= 6.10.0",
4242
"pint >= 0.24.1", # required to use Pyomo units. Pint 0.24.1 needed for Python 3.9 support
4343
"networkx", # required to use Pyomo network
4444
"numpy>=1,<3",

0 commit comments

Comments
 (0)