Skip to content

Commit

Permalink
Update monai nvflare setup.py file (#2237)
Browse files Browse the repository at this point in the history
  • Loading branch information
IsaacYangSLA authored Dec 20, 2023
1 parent 672ee35 commit f733c39
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.3"
version = "0.2.4"
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.2.0rc5", "nvflare>=2.3.0"],
install_requires=["monai>=1.3.0", "nvflare==2.4.0rc6"],
)

0 comments on commit f733c39

Please sign in to comment.