Commit 8d6bfb22 authored by Bharath Ramsundar's avatar Bharath Ramsundar
Browse files

Fixing TF 2.3.0 on the doctest

parent 6f6a6741
Loading
Loading
Loading
Loading

docs/.gitignore

0 → 100644
+1 −0
Original line number Diff line number Diff line
_files/
+1 −1
Original line number Diff line number Diff line
@@ -42,7 +42,7 @@ The nightly version is built by the HEAD of DeepChem.

.. code-block:: bash

    pip install tensorflow==2.2.0
    pip install tensorflow==2.3.0
    pip install --pre deepchem


+1 −1
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@ DeepChem currently supports Python 3.5 through 3.7 and requires these packages o
- `SciPy`_
- `TensorFlow`_

  - `deepchem>=2.4.0` requires tensorflow v2 (2.2.0)
  - `deepchem>=2.4.0` requires tensorflow v2 (2.3.0)
  - `deepchem<2.4.0` requires tensorflow v1 (>=1.14)


+1 −1
Original line number Diff line number Diff line
pandas
scikit-learn
sphinx_rtd_theme
tensorflow==2.2.0
tensorflow==2.3.0
transformers
xgboost
torch==1.6.0
+1 −1
Original line number Diff line number Diff line
@@ -32,7 +32,7 @@ If you're new, you can install DeepChem on a new machine with the following comm

.. code-block:: bash

    pip install tensorflow==2.2.0
    pip install tensorflow==2.3.0
    pip install --pre deepchem