File tree Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -63,8 +63,7 @@ If we use complex user-defined aggregation like [GraphSAGE-LSTM](https://cs.stan
63
63
64
64
PGL requires:
65
65
66
- * paddle >= 1.5
67
- * networkx
66
+ * paddle >= 1.6
68
67
* cython
69
68
70
69
@@ -73,7 +72,7 @@ PGL supports both Python 2 & 3
73
72
74
73
## Installation
75
74
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.
77
76
78
77
``` sh
79
78
pip install pgl
Original file line number Diff line number Diff line change @@ -58,8 +58,7 @@ Paddle Graph Learning (PGL)是一个基于[PaddlePaddle](https://github.com/Padd
58
58
59
59
PGL依赖于:
60
60
61
- * paddle >= 1.5
62
- * networkx
61
+ * paddle >= 1.6
63
62
* cython
64
63
65
64
@@ -68,7 +67,7 @@ PGL支持Python 2和3。
68
67
69
68
## 安装
70
69
71
- 当前,PGL的版本是0.1.0.beta 。你可以简单的用pip进行安装。
70
+ 当前,PGL的版本是1.0.0 。你可以简单的用pip进行安装。
72
71
73
72
``` sh
74
73
pip install pgl
@@ -81,4 +80,3 @@ PGL由百度的NLP以及Paddle团队共同开发以及维护。
81
80
## License
82
81
83
82
PGL uses Apache License 2.0.
84
-
You can’t perform that action at this time.
0 commit comments