Skip to content

Commit

Permalink
Update RC to real release (#1668)
Browse files Browse the repository at this point in the history
Co-authored-by: Chester Chen <[email protected]>
  • Loading branch information
YuanTingHsieh and chesterxgchen authored Apr 6, 2023
1 parent 27e1339 commit d99c0d6
Show file tree
Hide file tree
Showing 26 changed files with 30 additions and 29 deletions.
2 changes: 1 addition & 1 deletion examples/advanced/brats18/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
nvflare>=2.3.0rc3
nvflare>=2.3.0
torch
torchvision
tensorboard
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
nvflare[HE]>=2.3.0rc3
nvflare[HE]>=2.3.0
torch
torchvision
tensorboard
Expand Down
2 changes: 1 addition & 1 deletion examples/advanced/cifar10/cifar10-sim/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
nvflare>=2.3.0rc3
nvflare>=2.3.0
torch
torchvision
tensorboard
Expand Down
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
nvflare[PT]>=2.3.0rc3
nvflare[PT]>=2.3.0
tensorboard
2 changes: 1 addition & 1 deletion examples/advanced/federated-policies/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
nvflare>=2.3.0rc3
nvflare>=2.3.0
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
nvflare>=2.3.0rc3
nvflare>=2.3.0
numpy
pandas
wget
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
nvflare>=2.3.0rc3
nvflare>=2.3.0
numpy
monai[itk]
pandas
Expand Down
2 changes: 1 addition & 1 deletion examples/advanced/prostate/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
nvflare>=2.3.0rc3
nvflare>=2.3.0
torch
torchvision
tensorboard
Expand Down
2 changes: 1 addition & 1 deletion examples/advanced/psi/user_email_match/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
nvflare>=2.3.0rc3
nvflare>=2.3.0
openmined.psi==1.1.1
pandas
2 changes: 1 addition & 1 deletion examples/advanced/random_forest/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
nvflare>=2.3.0rc3
nvflare>=2.3.0
pandas
xgboost
scikit-learn
Expand Down
2 changes: 1 addition & 1 deletion examples/advanced/sklearn-kmeans/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
nvflare>=2.3.0rc3
nvflare>=2.3.0
pandas
scikit-learn
joblib
Expand Down
2 changes: 1 addition & 1 deletion examples/advanced/sklearn-linear/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
nvflare>=2.3.0rc3
nvflare>=2.3.0
pandas
scikit-learn
joblib
Expand Down
2 changes: 1 addition & 1 deletion examples/advanced/sklearn-svm/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
nvflare>=2.3.0rc3
nvflare>=2.3.0
pandas
scikit-learn
joblib
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
nvflare>=2.3.0rc4
nvflare>=2.3.0
torch
torchvision
tensorboard
openmined.psi
openmined.psi==1.1.1
pandas
2 changes: 1 addition & 1 deletion examples/advanced/xgboost/histogram-based/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
nvflare>=2.3.0rc3
nvflare>=2.3.0
pandas
xgboost>=1.7.0
scikit-learn
2 changes: 1 addition & 1 deletion examples/advanced/xgboost/tree-based/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
nvflare>=2.3.0rc3
nvflare>=2.3.0
pandas
xgboost
scikit-learn
Expand Down
2 changes: 1 addition & 1 deletion examples/hello-world/hello-cyclic/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
nvflare>=2.3.0rc3
nvflare>=2.3.0
tensorflow
Original file line number Diff line number Diff line change
@@ -1 +1 @@
nvflare>=2.3.0rc3
nvflare>=2.3.0
2 changes: 1 addition & 1 deletion examples/hello-world/hello-numpy-sag/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
nvflare>=2.3.0rc3
nvflare>=2.3.0
2 changes: 1 addition & 1 deletion examples/hello-world/hello-pt/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
nvflare[PT]>=2.3.0rc3
nvflare[PT]>=2.3.0
2 changes: 1 addition & 1 deletion examples/hello-world/hello-tf2/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
nvflare>=2.3.0rc3
nvflare>=2.3.0
tensorflow
4 changes: 2 additions & 2 deletions examples/hello-world/hw_pre_start.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/usr/bin/env bash

# NVFLARE INSTALL
NVFLARE_VERSION="2.3.0rc3"
pip install 'nvflare[app_opt]>=${NVFLARE_VERSION}'
NVFLARE_VERSION="2.3.0"
pip install 'nvflare>=${NVFLARE_VERSION}'

# set NVFLARE_HOME
SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
Expand Down
3 changes: 2 additions & 1 deletion examples/nvflare_setup.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,14 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"id": "64ba2b87-d3be-4058-8156-9ef589bce9cf",
"metadata": {},
"source": [
"### Install NVFLARE from PyPI\n",
"```\n",
"pip install 'nvflare>=2.3.0rc5'\n",
"pip install 'nvflare>=2.3.0'\n",
"\n",
"```\n",
"We don't recommend running NVFlare CLI commands in jupyter notebook cells. "
Expand Down
4 changes: 2 additions & 2 deletions examples/tutorials/tu_pre_start.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/usr/bin/env bash

# NVFLARE INSTALL
NVFLARE_VERSION="2.3.0rc3"
pip install 'nvflare[app_opt]>=${NVFLARE_VERSION}'
NVFLARE_VERSION="2.3.0"
pip install 'nvflare>=${NVFLARE_VERSION}'

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

Expand Down
2 changes: 1 addition & 1 deletion integration/monai/setup.py
Original file line number Diff line number Diff line change
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.1.0", "nvflare>=2.3.0rc3"],
install_requires=["monai>=1.1.0", "nvflare>=2.3.0"],
)
2 changes: 1 addition & 1 deletion integration/sample/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ Every project and implementation has some assumptions behind it, either about th


## Required NVFLARE version
pip3 install nvflare>=2.2.0
pip3 install nvflare>=2.3.0

0 comments on commit d99c0d6

Please sign in to comment.