Unverified Commit 686e9699 authored by Karl Leswing's avatar Karl Leswing Committed by GitHub
Browse files

Merge pull request #1165 from souravsingh/vers-bump

Update version of tensorflow
parents 66628f7b c6d697c5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -59,7 +59,7 @@ git clone https://github.com/deepchem/deepchem.git # Clone deepchem source
cd deepchem
bash scripts/install_deepchem_conda.sh deepchem
source activate deepchem
yes | pip install tensorflow-gpu==1.5.0      # If you want GPU support
yes | pip install tensorflow-gpu==1.6.0      # If you want GPU support
python setup.py install                                # Manual install
nosetests -a '!slow' -v deepchem --nologcapture        # Run tests
```
+1 −1
Original line number Diff line number Diff line
@@ -36,7 +36,7 @@ conda install -y -q -c conda-forge setuptools=36.2.2
conda install -y -q -c conda-forge networkx=1.11
conda install -y -q -c conda-forge pillow=4.3.0
conda install -y -q -c conda-forge pandas=0.22.0
yes | pip install $tensorflow==1.5.0
yes | pip install $tensorflow==1.6.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