Skip to content

Commit b4ce3a8

Browse files
Dependency and README UPDATE [slip ci] (#1087)
* 1) update monai integration dependency 2) update readme to include 2.1) 3rd party logo 2.2) publication_talks.md * shorten the words * resize * resize * update * update * update * update * update * update * update * update * update * update
1 parent a415465 commit b4ce3a8

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ pip install nvflare
7575

7676
To migrate from releases prior to 2.2.1, here are few notes that might help
7777
[migrate to 2.2.1](docs/release_notes/2.2.1/migration_notes.md).
78-
7978

8079
## Third party license
8180

integration/monai/examples/spleen_ct_segmentation/virtualenv/requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ tqdm
22
nibabel
33
fire
44
pytorch-ignite>=0.4.10
5-
monai>=1.0.1rc3
6-
nvflare>=2.2.1rc9
7-
monai_nvflare>=0.2.1rc1
5+
monai>=1.0.1
6+
nvflare>=2.2.1
7+
monai_nvflare>=0.2.1
88
tensorboard

integration/monai/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,5 +55,5 @@
5555
long_description=long_description,
5656
long_description_content_type="text/markdown",
5757
python_requires=">=3.7,<3.9",
58-
install_requires=["monai>=1.0.1rc4", "nvflare>=2.2.1rc9"],
58+
install_requires=["monai>=1.0.1", "nvflare>=2.2.1"],
5959
)

0 commit comments

Comments
 (0)