Skip to content

Commit

Permalink
Update idaes-pse requirement in preparation of 2.3.0 release (waterta…
Browse files Browse the repository at this point in the history
  • Loading branch information
lbianchi-lbl authored Dec 8, 2023
1 parent c7e70cc commit 06149c9
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.2.*", # from PyPI
"idaes-pse==2.3.*", # 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.2.0",
"idaes-pse @ git+https://github.com/watertap-org/[email protected]",
]

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

0 comments on commit 06149c9

Please sign in to comment.