Commit 53eaa017 authored by leswing's avatar leswing
Browse files

Pin protobuf to 3.1.0

parent ef8ae657
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -25,6 +25,7 @@ install:
- 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