Commit 3a7e7e7f authored by Bharath Ramsundar's avatar Bharath Ramsundar Committed by GitHub
Browse files

Merge pull request #399 from lilleswing/398

Freeze Tensorflow to 0.12
parents 719a506a 6fae2179
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -21,11 +21,9 @@ install:
- conda install joblib
- conda install h5py
- pip install six
#- pip install keras
- conda install -c conda-forge protobuf=3.1.0
- export KERAS_BACKEND=tensorflow
- conda install -c omnia mdtraj
- pip install tensorflow
- pip install tensorflow==0.12.1
- python setup.py install
script:
- nosetests -v deepchem --nologcapture
+1 −1
Original line number Diff line number Diff line
@@ -74,7 +74,7 @@ Installation from source is the only currently supported format. ```deepchem```
    contact your local sysadmin to work out a custom installation. If your
    version of Linux is recent, then the following command will work:
    ```
    pip install tensorflow-gpu
    pip install tensorflow-gpu==0.12.1
    ```

8. `deepchem`: Clone the `deepchem` github repo: