Skip to content

Commit 604fa11

Browse files
Updating Pyomo requirement to 6.10.0 (#1731)
* Bumping the Pyomo tag to check for issues * Remove usage of pkg_resources which has been deprecated * Bumping Pyomo tag again * Fix test * Update pyomo requirement to 6.10.0 --------- Co-authored-by: dallan-keylogic <88728506+dallan-keylogic@users.noreply.github.com>
1 parent 1bcbb04 commit 604fa11

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)