File tree Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -26,12 +26,12 @@ Installation
2626------------
2727
2828TorchDrug 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.
3030
3131### From Conda ###
3232
3333``` bash
34- conda install -c milagraph -c conda-forge torchdrug
34+ conda install -c milagraph -c conda-forge -c pyg torchdrug
3535```
3636
3737### From Pip ###
Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ requirements:
1111 - pip
1212 run :
1313 - 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
1616 - decorator
1717 - numpy >=1.11
1818 - rdkit
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ Installation
22============
33
44TorchDrug 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.
66
77For Windows
88
@@ -11,7 +11,7 @@ From Conda
1111
1212.. code :: bash
1313
14- conda install -c milagraph -c conda-forge torchdrug
14+ conda install -c milagraph -c conda-forge -c pyg torchdrug
1515
1616 From Pip
1717--------
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
33decorator
44numpy >= 1.11
55rdkit-pypi
Original file line number Diff line number Diff line change 2929 test_suite = "nose.collector" ,
3030 install_requires =
3131 [
32- "torch>=1.4 .0" ,
33- "torch-scatter>=1.4.0 " ,
32+ "torch>=1.8 .0" ,
33+ "torch-scatter>=2.0.8 " ,
3434 "decorator" ,
3535 "numpy>=1.11" ,
3636 "rdkit-pypi" ,
You can’t perform that action at this time.
0 commit comments