Skip to content

Commit caf8ca8

Browse files
committed
fixed docs
1 parent 30dd42a commit caf8ca8

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,7 @@ If we use complex user-defined aggregation like [GraphSAGE-LSTM](https://cs.stan
6363

6464
PGL requires:
6565

66-
* paddle >= 1.5
67-
* networkx
66+
* paddle >= 1.6
6867
* cython
6968

7069

@@ -73,7 +72,7 @@ PGL supports both Python 2 & 3
7372

7473
## Installation
7574

76-
The current version of PGL is 0.1.0.beta. You can simply install it via pip.
75+
The current version of PGL is 1.0.0. You can simply install it via pip.
7776

7877
```sh
7978
pip install pgl

README.zh.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,7 @@ Paddle Graph Learning (PGL)是一个基于[PaddlePaddle](https://github.com/Padd
5858

5959
PGL依赖于:
6060

61-
* paddle >= 1.5
62-
* networkx
61+
* paddle >= 1.6
6362
* cython
6463

6564

@@ -68,7 +67,7 @@ PGL支持Python 2和3。
6867

6968
## 安装
7069

71-
当前,PGL的版本是0.1.0.beta。你可以简单的用pip进行安装。
70+
当前,PGL的版本是1.0.0。你可以简单的用pip进行安装。
7271

7372
```sh
7473
pip install pgl
@@ -81,4 +80,3 @@ PGL由百度的NLP以及Paddle团队共同开发以及维护。
8180
## License
8281

8382
PGL uses Apache License 2.0.
84-

0 commit comments

Comments
 (0)