Commit 70abc0a6 authored by mufeili's avatar mufeili
Browse files

Update

parent 15eaed00
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -30,7 +30,11 @@ DeepChem has a number of "soft" requirements.
|                                |               |                                                   |
|                                |               |                                                   |
+--------------------------------+---------------+---------------------------------------------------+
| `Deep Graph Library`_          | latset        | :code:`dc.feat.graph_data`                        |
| `Deep Graph Library`_          | latest        | :code:`dc.feat.graph_data`                        |
|                                |               |                                                   |
|                                |               |                                                   |
+--------------------------------+---------------+---------------------------------------------------+
| `DGL-LifeSci`_                 | latest        | :code:`dc.models.torch_models`                    |
|                                |               |                                                   |
|                                |               |                                                   |
+--------------------------------+---------------+---------------------------------------------------+
@@ -127,6 +131,7 @@ DeepChem has a number of "soft" requirements.
.. _`TensorFlow`: https://www.tensorflow.org/
.. _`BioPython`: https://biopython.org/wiki/Documentation
.. _`Deep Graph Library`: https://www.dgl.ai/
.. _`DGL-LifeSci`: https://github.com/awslabs/dgl-lifesci
.. _`HuggingFace Transformers`: https://huggingface.co/transformers/
.. _`LightGBM`: https://lightgbm.readthedocs.io/en/latest/index.html
.. _`matminer`: https://hackingmaterials.lbl.gov/matminer/
+1 −0
Original line number Diff line number Diff line
@@ -49,6 +49,7 @@ pip install torch-cluster==latest+$cuda -f https://pytorch-geometric.com/whl/tor
pip install torch-spline-conv==latest+$cuda -f https://pytorch-geometric.com/whl/torch-$pyg_torch.html
pip install torch-geometric
pip install $dgl_pkg
pip install dgllife
# install transformers package
pip install transformers
+1 −0
Original line number Diff line number Diff line
@@ -58,5 +58,6 @@ pip install torch-cluster==latest+$cuda -f https://pytorch-geometric.com/whl/tor
pip install torch-spline-conv==latest+$cuda -f https://pytorch-geometric.com/whl/torch-$pyg_torch.html
pip install torch-geometric
pip install $dgl_pkg
pip install dgllife
# install transformers package
pip install transformers