Skip to content

Commit

Permalink
2.4.0rc0
Browse files Browse the repository at this point in the history
  • Loading branch information
lbianchi-lbl committed Mar 1, 2024
1 parent 104e3cb commit 65e3e57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ build-backend = "setuptools.build_meta"
name = "idaes-examples"
description = "IDAES Process Systems Engineering Examples"
readme = "README.md"
version = "2.4.dev0"
version = "2.4.0rc0"
license = {text="BSD"}
requires-python = ">=3.8"
authors = [
Expand Down Expand Up @@ -60,7 +60,7 @@ omlt = [
"tensorflow",
]
idaes = [
"idaes-pse", # installing IDAES (from release) is opt-in
"idaes-pse>=2.4,<2.5", # installing IDAES (from release) is opt-in
]
testing = [
# parallel pytest
Expand Down

0 comments on commit 65e3e57

Please sign in to comment.