Skip to content

Commit d99c0d6

Browse files
Update RC to real release (#1668)
Co-authored-by: Chester Chen <[email protected]>
1 parent 27e1339 commit d99c0d6

File tree

26 files changed

+30
-29
lines changed

26 files changed

+30
-29
lines changed

examples/advanced/brats18/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
nvflare>=2.3.0rc3
1+
nvflare>=2.3.0
22
torch
33
torchvision
44
tensorboard

examples/advanced/cifar10/cifar10-real-world/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
nvflare[HE]>=2.3.0rc3
1+
nvflare[HE]>=2.3.0
22
torch
33
torchvision
44
tensorboard

examples/advanced/cifar10/cifar10-sim/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
nvflare>=2.3.0rc3
1+
nvflare>=2.3.0
22
torch
33
torchvision
44
tensorboard
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
nvflare[PT]>=2.3.0rc3
1+
nvflare[PT]>=2.3.0
22
tensorboard
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
nvflare>=2.3.0rc3
1+
nvflare>=2.3.0

examples/advanced/federated-statistics/df_stats/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
nvflare>=2.3.0rc3
1+
nvflare>=2.3.0
22
numpy
33
pandas
44
wget

examples/advanced/federated-statistics/image_stats/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
nvflare>=2.3.0rc3
1+
nvflare>=2.3.0
22
numpy
33
monai[itk]
44
pandas

examples/advanced/prostate/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
nvflare>=2.3.0rc3
1+
nvflare>=2.3.0
22
torch
33
torchvision
44
tensorboard
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
nvflare>=2.3.0rc3
1+
nvflare>=2.3.0
22
openmined.psi==1.1.1
33
pandas

examples/advanced/random_forest/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
nvflare>=2.3.0rc3
1+
nvflare>=2.3.0
22
pandas
33
xgboost
44
scikit-learn

examples/advanced/sklearn-kmeans/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
nvflare>=2.3.0rc3
1+
nvflare>=2.3.0
22
pandas
33
scikit-learn
44
joblib

examples/advanced/sklearn-linear/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
nvflare>=2.3.0rc3
1+
nvflare>=2.3.0
22
pandas
33
scikit-learn
44
joblib

examples/advanced/sklearn-svm/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
nvflare>=2.3.0rc3
1+
nvflare>=2.3.0
22
pandas
33
scikit-learn
44
joblib
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
nvflare>=2.3.0rc4
1+
nvflare>=2.3.0
22
torch
33
torchvision
44
tensorboard
5-
openmined.psi
5+
openmined.psi==1.1.1
66
pandas
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
nvflare>=2.3.0rc3
1+
nvflare>=2.3.0
22
pandas
33
xgboost>=1.7.0
44
scikit-learn

examples/advanced/xgboost/tree-based/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
nvflare>=2.3.0rc3
1+
nvflare>=2.3.0
22
pandas
33
xgboost
44
scikit-learn
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
nvflare>=2.3.0rc3
1+
nvflare>=2.3.0
22
tensorflow
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
nvflare>=2.3.0rc3
1+
nvflare>=2.3.0
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
nvflare>=2.3.0rc3
1+
nvflare>=2.3.0
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
nvflare[PT]>=2.3.0rc3
1+
nvflare[PT]>=2.3.0
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
nvflare>=2.3.0rc3
1+
nvflare>=2.3.0
22
tensorflow

examples/hello-world/hw_pre_start.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#!/usr/bin/env bash
22

33
# NVFLARE INSTALL
4-
NVFLARE_VERSION="2.3.0rc3"
5-
pip install 'nvflare[app_opt]>=${NVFLARE_VERSION}'
4+
NVFLARE_VERSION="2.3.0"
5+
pip install 'nvflare>=${NVFLARE_VERSION}'
66

77
# set NVFLARE_HOME
88
SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )

examples/nvflare_setup.ipynb

+2-1
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,14 @@
1717
]
1818
},
1919
{
20+
"attachments": {},
2021
"cell_type": "markdown",
2122
"id": "64ba2b87-d3be-4058-8156-9ef589bce9cf",
2223
"metadata": {},
2324
"source": [
2425
"### Install NVFLARE from PyPI\n",
2526
"```\n",
26-
"pip install 'nvflare>=2.3.0rc5'\n",
27+
"pip install 'nvflare>=2.3.0'\n",
2728
"\n",
2829
"```\n",
2930
"We don't recommend running NVFlare CLI commands in jupyter notebook cells. "

examples/tutorials/tu_pre_start.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#!/usr/bin/env bash
22

33
# NVFLARE INSTALL
4-
NVFLARE_VERSION="2.3.0rc3"
5-
pip install 'nvflare[app_opt]>=${NVFLARE_VERSION}'
4+
NVFLARE_VERSION="2.3.0"
5+
pip install 'nvflare>=${NVFLARE_VERSION}'
66

77
SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
88

integration/monai/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,5 +57,5 @@
5757
long_description=long_description,
5858
long_description_content_type="text/markdown",
5959
python_requires=">=3.8,<3.11",
60-
install_requires=["monai>=1.1.0", "nvflare>=2.3.0rc3"],
60+
install_requires=["monai>=1.1.0", "nvflare>=2.3.0"],
6161
)

integration/sample/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ Every project and implementation has some assumptions behind it, either about th
2929

3030

3131
## Required NVFLARE version
32-
pip3 install nvflare>=2.2.0
32+
pip3 install nvflare>=2.3.0

0 commit comments

Comments
 (0)