Commit 8d449974 authored by Bharath Ramsundar's avatar Bharath Ramsundar Committed by GitHub
Browse files

Merge pull request #852 from lilleswing/tf-13

Tensorflow 1.3
parents a260b0ad 62439eb9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -56,7 +56,7 @@ git clone https://github.com/deepchem/deepchem.git # Clone deepchem source
cd deepchem
bash scripts/install_deepchem_conda.sh deepchem
source activate deepchem
pip install tensorflow-gpu==1.2.1                       # If you want GPU support
pip install tensorflow-gpu==1.3.0                      # If you want GPU support
python setup.py install                                 # Manual install
nosetests -v deepchem --nologcapture                    # Run tests
```
@@ -110,7 +110,7 @@ conda install -c deepchem -c rdkit -c conda-forge -c omnia deepchem=1.2.0
    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==1.2.1
    pip install tensorflow-gpu==1.3.0
    ```

9. `deepchem`: Clone the `deepchem` github repo:
+1 −1
Original line number Diff line number Diff line
@@ -30,7 +30,7 @@ requirements:
    - xgboost ==0.6a2
    - pillow ==4.2.1
    - pandas ==0.19.2
    - {{ environ.get('tensorflow_enabled','tensorflow') }} ==1.2.1
    - {{ environ.get('tensorflow_enabled','tensorflow') }} ==1.3.0
    - nose
    - nose-timer
    - flaky ==3.3.0
+1 −1
Original line number Diff line number Diff line
@@ -32,7 +32,7 @@ conda install -y -q -c conda-forge networkx=1.11
conda install -y -q -c conda-forge xgboost=0.6a2
conda install -y -q -c conda-forge pillow=4.2.1
conda install -y -q -c conda-forge pandas=0.19.2
conda install -y -q -c conda-forge $tensorflow=1.2.1
conda install -y -q -c conda-forge $tensorflow=1.3.0
conda install -y -q -c conda-forge nose=1.3.7
conda install -y -q -c conda-forge nose-timer=0.7.0
conda install -y -q -c conda-forge flaky=3.3.0