Commit 19439315 authored by Atreya Majumdar's avatar Atreya Majumdar
Browse files

Update documentation

parent 21cf3ae8
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -40,6 +40,7 @@ DeepChem currently supports Python 3.6 through 3.7 and requires these packages o
- [TensorFlow](https://www.tensorflow.org/)
  - `deepchem>=2.4.0` depends on TensorFlow v2
  - `deepchem<2.4.0` depends on TensorFlow v1
- [Tensorflow Addons](https://www.tensorflow.org/addons) for Tensorflow v2 if you want to use advanced optimizers such as AdamW.

### Soft Requirements

+6 −1
Original line number Diff line number Diff line
@@ -103,7 +103,7 @@ DeepChem has a number of "soft" requirements.
|                                |               |                                                   |
+--------------------------------+---------------+---------------------------------------------------+
| `RDKit`_                       | latest        | Many modules                                      |
|                                |               | (we recommend you to instal)                      |
|                                |               | (we recommend you to install)                     |
|                                |               |                                                   |
+--------------------------------+---------------+---------------------------------------------------+
| `simdna`_                      | latest        | :code:`dc.metrics.genomic_metrics`,               |
@@ -122,6 +122,10 @@ DeepChem has a number of "soft" requirements.
|                                |               |                                                   |
|                                |               |                                                   |
+--------------------------------+---------------+---------------------------------------------------+
| `Tensorflow Addons`_           | latest        | :code:`dc.models.optimizers`                      |
|                                |               |                                                   |
|                                |               |                                                   |
+--------------------------------+---------------+---------------------------------------------------+
          
.. _`joblib`: https://pypi.python.org/pypi/joblib
.. _`NumPy`: https://numpy.org/
@@ -153,3 +157,4 @@ DeepChem has a number of "soft" requirements.
.. _`Tensorflow Probability`: https://www.tensorflow.org/probability
.. _`Weights & Biases`: https://docs.wandb.com/
.. _`XGBoost`: https://xgboost.readthedocs.io/en/latest/
.. _`Tensorflow Addons`: https://www.tensorflow.org/addons/overview
 No newline at end of file