File tree 5 files changed +10
-10
lines changed
5 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -26,12 +26,12 @@ Installation
26
26
------------
27
27
28
28
TorchDrug can be installed on either Linux, Windows or macOS. It is compatible with
29
- Python 3.7/3.8 and PyTorch >= 1.4 .0.
29
+ Python 3.7/3.8 and PyTorch >= 1.8 .0.
30
30
31
31
### From Conda ###
32
32
33
33
``` bash
34
- conda install -c milagraph -c conda-forge torchdrug
34
+ conda install torchdrug -c milagraph -c conda-forge -c pytorch -c pyg
35
35
```
36
36
37
37
### From Pip ###
Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ requirements:
11
11
- pip
12
12
run :
13
13
- python >=3.7,<3.9
14
- - pytorch >=1.4 .0
15
- - pytorch_scatter >=1.4.0
14
+ - pytorch >=1.8 .0
15
+ - pytorch-scatter >=2.0.8
16
16
- decorator
17
17
- numpy >=1.11
18
18
- rdkit
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ Installation
2
2
============
3
3
4
4
TorchDrug can be installed on either Linux, Windows or macOS. It is compatible with
5
- Python 3.7/3.8 and PyTorch >= 1.4 .0.
5
+ Python 3.7/3.8 and PyTorch >= 1.8 .0.
6
6
7
7
For Windows
8
8
@@ -11,7 +11,7 @@ From Conda
11
11
12
12
.. code :: bash
13
13
14
- conda install -c milagraph -c conda-forge torchdrug
14
+ conda install torchdrug -c milagraph -c conda-forge -c pytorch -c pyg
15
15
16
16
From Pip
17
17
--------
Original file line number Diff line number Diff line change 1
- torch >= 1.4 .0
2
- torch-scatter >= 1.4.0
1
+ torch >= 1.8 .0
2
+ torch-scatter >= 2.0.8
3
3
decorator
4
4
numpy >= 1.11
5
5
rdkit-pypi
Original file line number Diff line number Diff line change 29
29
test_suite = "nose.collector" ,
30
30
install_requires =
31
31
[
32
- "torch>=1.4 .0" ,
33
- "torch-scatter>=1.4.0 " ,
32
+ "torch>=1.8 .0" ,
33
+ "torch-scatter>=2.0.8 " ,
34
34
"decorator" ,
35
35
"numpy>=1.11" ,
36
36
"rdkit-pypi" ,
You can’t perform that action at this time.
0 commit comments