Skip to content

Commit 64ad802

Browse files
authored
Merge pull request #5687 from FederatedAI/feature-2.2.0-update_version
update guide: modify python3.8 to python3.10
2 parents e296132 + e5b3bdb commit 64ad802

File tree

7 files changed

+14
-11
lines changed

7 files changed

+14
-11
lines changed

.gitmodules

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55
[submodule "fate_client"]
66
path = fate_client
77
url = https://github.com/FederatedAI/FATE-Client
8-
branch = v2.1.1
8+
branch = v2.2.0
99
[submodule "fate_flow"]
1010
path = fate_flow
1111
url = https://github.com/FederatedAI/FATE-Flow
12-
branch = v2.1.0
12+
branch = v2.2.0
1313
[submodule "fate_test"]
1414
path = fate_test
1515
url = https://github.com/FederatedAI/FATE-Test.git
16-
branch = v2.1.1
16+
branch = v2.2.0
1717
[submodule "fate_board"]
1818
path = fate_board
1919
url = https://github.com/FederatedAI/FATE-Board.git

deploy/standalone-deploy/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ The single-node version provides 3 deployment methods, which can be selected bas
2323
- Prepare and install [conda](https://docs.conda.io/projects/miniconda/en/latest/) environment.
2424
- Create a virtual environment:
2525
```shell
26-
# FATE requires Python >= 3.8
27-
conda create -n fate_env python=3.8
26+
# FATE requires Python >= 3.10
27+
conda create -n fate_env python=3.10
2828
conda activate fate_env
2929
```
3030

deploy/standalone-deploy/README.zh.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
- [conda](https://docs.conda.io/projects/miniconda/en/latest/) 环境准备及安装
2323
- 创建虚拟环境
2424
```shell
25-
# fate的运行环境为python>=3.8
26-
conda create -n fate_env python=3.8
25+
# fate的运行环境为python>=3.10
26+
conda create -n fate_env python=3.10
2727
conda activate fate_env
2828
```
2929

doc/tutorial/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
1-
aaa
1+
# Guide
2+
3+
[Upload Data with FATE-Pipeline](./pipeline_tutorial_transform_local_file_to_dataframe.ipynb)
4+
[Train & Predict Coordinated-LR with FATE-Pipeline](./pipeline_tutorial_hetero.ipynb)

0 commit comments

Comments
 (0)