Commit 050b3b79 authored by Bharath Ramsundar's avatar Bharath Ramsundar Committed by GitHub
Browse files

Merge pull request #497 from lilleswing/script-install-auto

Install xgboost without interaction
parents 7cafea66 fc906015
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -24,6 +24,6 @@ conda install -y setuptools
conda install -y -c conda-forge keras=1.2.2
conda install -y -c conda-forge protobuf=3.1.0
conda install -y -c anaconda networkx=1.11
conda install -c bioconda xgboost=0.6a2
conda install -y -c bioconda xgboost=0.6a2
yes | pip install $tensorflow==1.0.1
yes | pip install nose