Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion idaes/core/base/tests/test_process_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,8 @@ def dummy_performance(self, time_point):
Variables:
Key : Value : Units : Fixed : Bounds
Indexed Var 1 : 42.000 : second : False : (None, None)
Scalar Var : 7.0000 : meter : False : (None, None)
Indexed Var 1 : 42.000 : second : False : (None, None)
Expressions:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ keywords=["IDAES", "idaes-pse", "energy systems", "chemical engineering", "proce
version = "2.11.0dev0"
# dynamic = ["version"]
dependencies = [
"pyomo >= 6.9.3",
"pyomo >= 6.10.0",
"pint >= 0.24.1", # required to use Pyomo units. Pint 0.24.1 needed for Python 3.9 support
"networkx", # required to use Pyomo network
"numpy>=1,<3",
Expand Down
Loading