Unverified Commit b1cac7b1 authored by Bharath Ramsundar's avatar Bharath Ramsundar Committed by GitHub
Browse files

Merge pull request #2141 from seyonechithrananda/chemberta-tutorial

Add Transformers as soft requirement + to list of requirements for ReadTheDocs
parents 80cbecc6 b5f56559
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -98,6 +98,10 @@ DeepChem has a number of "soft" requirements.
|                                |               | :code:`dc.models.callbacks`                       |
|                                |               |                                                   |
+--------------------------------+---------------+---------------------------------------------------+
| `HuggingFace Transformers`_    | Not Testing   | :code:`dc.feat.smiles_tokenizer`                  |
|                                |               |                                                   |
|                                |               |                                                   |
+--------------------------------+---------------+---------------------------------------------------+
          
.. _`joblib`: https://pypi.python.org/pypi/joblib
.. _`NumPy`: https://numpy.org/
@@ -123,3 +127,5 @@ DeepChem has a number of "soft" requirements.
.. _`Tensorflow Probability`: https://www.tensorflow.org/probability
.. _`XGBoost`: https://xgboost.readthedocs.io/en/latest/
.. _`Weights & Biases`: https://docs.wandb.com/
.. _`HuggingFace Transformers`: https://huggingface.co/transformers/
+1 −0
Original line number Diff line number Diff line
@@ -2,3 +2,4 @@ pandas
scikit-learn
sphinx_rtd_theme
tensorflow==2.2.0
transformers