Commit 4c67955e authored by leswing's avatar leswing
Browse files

Install correct protobuf first

parent 53eaa017
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -22,10 +22,10 @@ install:
- 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
- conda install -c conda-forge protobuf=3.1.0
- python setup.py install
script:
- nosetests -v deepchem --nologcapture