Commit 76e56281 authored by nd-02110114's avatar nd-02110114
Browse files

🐛 fix small

parent 61721711
Loading
Loading
Loading
Loading
+6 −4
Original line number Diff line number Diff line
@@ -47,9 +47,11 @@ jobs:
      shell: bash -l {0}
      working-directory: ./docs
      run: make clean html
    - name: DocTest
    - name: DocTest (Tutorials)
      shell: bash -l {0}
      working-directory: ./docs
      run: |
        make doctest_tutorials
        make doctest_examples
      run: make doctest_tutorials
    - name: DocTest (Examples)
      shell: bash -l {0}
      working-directory: ./docs
      run: make doctest_examples
+4 −4
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@ DeepChem officially supports Python 3.6 through 3.7 and requires these packages
- `SciPy`_
- `TensorFlow`_

  - `deepchem>=2.4.0` requires tensorflow v2 (2.3.0)
  - `deepchem>=2.4.0` requires tensorflow v2 (2.3.x)
  - `deepchem<2.4.0` requires tensorflow v1 (>=1.14)


@@ -30,11 +30,11 @@ DeepChem has a number of "soft" requirements.
|                                |               |                                                   |
|                                |               |                                                   |
+--------------------------------+---------------+---------------------------------------------------+
| `Deep Graph Library`_          | latset        | :code:`dc.feat.graph_data`,                       |
| `Deep Graph Library`_          | 0.5.x         | :code:`dc.feat.graph_data`,                       |
|                                |               | :code:`dc.models.torch_models`                    |
|                                |               |                                                   |
+--------------------------------+---------------+---------------------------------------------------+
| `DGL-LifeSci`_                 | latest        | :code:`dc.models.torch_models`                    |
| `DGL-LifeSci`_                 | 0.2.x         | :code:`dc.models.torch_models`                    |
|                                |               |                                                   |
|                                |               |                                                   |
+--------------------------------+---------------+---------------------------------------------------+
@@ -110,7 +110,7 @@ DeepChem has a number of "soft" requirements.
|                                |               | :code:`dc.molnet.dnasim`                          |
|                                |               |                                                   |
+--------------------------------+---------------+---------------------------------------------------+
| `Tensorflow Probability`_      | 0.10.1        | :code:`dc.rl`                                     |
| `Tensorflow Probability`_      | 0.11.x        | :code:`dc.rl`                                     |
|                                |               |                                                   |
|                                |               |                                                   |
+--------------------------------+---------------+---------------------------------------------------+