Skip to content

Commit

Permalink
Update idaes-pse requirement in preparation of 2.4 IDAES release (wat…
Browse files Browse the repository at this point in the history
…ertap-org#1309)

* Update idaes-pse requirement in preparation of 2.4 IDAES release

* Update to IDAES 2.4.0rc0

* Update minimum version requirement to 2.4

* Update IDAES requirement to 2.4.0
lbianchi-lbl authored Mar 15, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 635c757 commit 9bf3edb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -21,14 +21,14 @@
long_description = (cwd / "README.md").read_text()

SPECIAL_DEPENDENCIES_FOR_RELEASE = [
"idaes-pse>=2.3.0,<2.4.0rc0", # from PyPI
"idaes-pse>=2.4.0,<2.5.0rc0", # from PyPI
]

SPECIAL_DEPENDENCIES_FOR_PRERELEASE = [
# update with a tag from the nawi-hub/idaes-pse
# when a version of IDAES newer than the latest stable release from PyPI
# will become needed for the watertap development
"idaes-pse>=2.3.0,<2.4.0rc0",
"idaes-pse==2.4.0",
]

# Arguments marked as "Required" below must be included for upload to PyPI.

0 comments on commit 9bf3edb

Please sign in to comment.