Commit af42403e authored by nd-02110114's avatar nd-02110114
Browse files

⬇️ downgrading tensorflow

parent b60b844f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -73,7 +73,7 @@ conda install -y -c conda-forge rdkit deepchem==2.3.0
You install the nightly build version via pip. The nightly version is built by the HEAD of DeepChem.

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

+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.3.0
    pip install tensorflow==2.2.0
    pip install --pre deepchem


+2 −2
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.3.0)
  - `deepchem>=2.4.0` requires tensorflow v2 (2.2.0)
  - `deepchem<2.4.0` requires tensorflow v1 (>=1.14)


@@ -86,7 +86,7 @@ DeepChem has a number of "soft" requirements.
|                                |               | :code:`dc.molnet.dnasim`                          |
|                                |               |                                                   |
+--------------------------------+---------------+---------------------------------------------------+
| `Tensorflow Probability`_      | 0.11.0        | :code:`dc.rl`                                     |
| `Tensorflow Probability`_      | 0.10.1        | :code:`dc.rl`                                     |
|                                |               |                                                   |
|                                |               |                                                   |
+--------------------------------+---------------+---------------------------------------------------+
+1 −1
Original line number Diff line number Diff line
pandas
scikit-learn
sphinx_rtd_theme
tensorflow==2.3.0
tensorflow==2.2.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.3.0
    pip install tensorflow==2.2.0
    pip install --pre deepchem


Loading