Skip to content

Commit

Permalink
Loosen idaes-pse requirement to include 2.3.x stable and 2.4 dev (wat…
Browse files Browse the repository at this point in the history
…ertap-org#1267)

* Loosen idaes-pse requirement to include 2.3.x stable and 2.4.x dev/RCs

* Explicitly disallow RCs
  • Loading branch information
lbianchi-lbl authored Jan 19, 2024
1 parent c6760ab commit 264c5d0
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
Expand Up @@ -21,14 +21,14 @@
long_description = (cwd / "README.md").read_text()

SPECIAL_DEPENDENCIES_FOR_RELEASE = [
"idaes-pse==2.3.*", # from PyPI
"idaes-pse>=2.3.0,<2.4.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",
"idaes-pse>=2.3.0,<2.4.0rc0",
]

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

0 comments on commit 264c5d0

Please sign in to comment.