We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34d1630 commit bb8c056Copy full SHA for bb8c056
installation_guide.md
@@ -13,7 +13,7 @@
13
| pandas | - |
14
| networkx | - |
15
| paddlepaddle | \>=2.0.0rc0 |
16
-| pgl | \>=1.2.0 |
+| pgl | ==1.2.0 or 1.2.1|
17
| rdkit | - |
18
|sklearn|-|
19
@@ -64,7 +64,7 @@ conda install -c conda-forge rdkit
64
6. Install `PGL` using pip:
65
66
```bash
67
-pip install pgl
+pip install pgl==1.2.1
68
```
69
70
7. Install PaddleHelix using pip:
installation_guide_cn.md
+| pgl | ==1.2.0 or 1.2.1 |
(“-” 代表没有版本要求)
@@ -60,7 +60,7 @@ conda install -c conda-forge rdkit
60
61
6. 使用 pip 命令安装`PGL`:
62
63
7. 使用 pip 命令安装 PaddleHelix
0 commit comments