Commit fc6495ed authored by leswing's avatar leswing
Browse files

Don't force tensorflow -- need older protobuf

parent 3127a5ed
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -21,12 +21,10 @@ 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
- export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.12.1-cp35-cp35m-linux_x86_64.whl
- pip install --upgrade $TF_BINARY_URL
- pip install $TF_BINARY_URL
- python setup.py install
script:
- nosetests -v deepchem --nologcapture