Skip to content

Commit

Permalink
Bump up the versions and improve dependency syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
IsaacYangSLA committed Jan 23, 2024
1 parent d5c7d4e commit 67beced
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions integration/monai/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
release = os.environ.get("MONAI_NVFL_RELEASE")
if release == "1":
package_name = "monai-nvflare"
version = "0.2.4"
version = "0.2.6"
else:
package_name = "monai-nvflare-nightly"
today = datetime.date.today().timetuple()
Expand Down Expand Up @@ -57,5 +57,5 @@
long_description=long_description,
long_description_content_type="text/markdown",
python_requires=">=3.8,<3.11",
install_requires=["monai>=1.3.0", "nvflare==2.4.0rc6"],
install_requires=["monai>=1.3.0", "nvflare~=2.4.0rc6"],
)

0 comments on commit 67beced

Please sign in to comment.