Skip to content

Commit bb8c056

Browse files
authored
Update installation guide (#70)
* Update installation_guide.md Specify pgl version since pgl has been updated to version 2.1 and is not backward compatible
1 parent 34d1630 commit bb8c056

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

installation_guide.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
| pandas | - |
1414
| networkx | - |
1515
| paddlepaddle | \>=2.0.0rc0 |
16-
| pgl | \>=1.2.0 |
16+
| pgl | ==1.2.0 or 1.2.1|
1717
| rdkit | - |
1818
|sklearn|-|
1919

@@ -64,7 +64,7 @@ conda install -c conda-forge rdkit
6464
6. Install `PGL` using pip:
6565
6666
```bash
67-
pip install pgl
67+
pip install pgl==1.2.1
6868
```
6969
7070
7. Install PaddleHelix using pip:

installation_guide_cn.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
| pandas | - |
1414
| networkx | - |
1515
| paddlepaddle | \>=2.0.0rc0 |
16-
| pgl | \>=1.2.0 |
16+
| pgl | ==1.2.0 or 1.2.1 |
1717
| rdkit | - |
1818

1919
(“-” 代表没有版本要求)
@@ -60,7 +60,7 @@ conda install -c conda-forge rdkit
6060

6161
6. 使用 pip 命令安装`PGL`:
6262
```bash
63-
pip install pgl
63+
pip install pgl==1.2.1
6464
```
6565

6666
7. 使用 pip 命令安装 PaddleHelix

0 commit comments

Comments
 (0)