File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -23,16 +23,14 @@ conda install pytorch==1.7.1 cudatoolkit=10.1 -c pytorch
2323conda install -c conda-forge matplotlib
2424conda install -c rdkit rdkit==2018.09.3
2525conda install -c dglteam dgl-cuda10.1
26- pip install dgllife
26+ conda install -c dglteam dgllife
2727conda install captum -c pytorch
28-
29- pip install scikit-learn==0.23.2
30- pip install networkx
31- pip install grakel
32- pip install seaborn
33-
34- pip install svglib
35- pip install umap-learn
28+ conda install -c anaconda scikit-learn==0.23.2
29+ conda install -c anaconda networkx
30+ conda install seaborn
31+ conda install -c conda-forge svglib
32+ conda install -c conda-forge umap-learn
33+ conda install -c conda-forge grakel
3634```
3735
3836If you are new to Anaconda, you can install it from [ here] ( https://www.anaconda.com/ ) .
You can’t perform that action at this time.
0 commit comments