Commit 1775680c authored by leswing's avatar leswing
Browse files

use pip for now

parent f96c468c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -33,7 +33,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.4.0
yes | pip install $tensorflow==1.4.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