Skip to content

Commit

Permalink
Make numbuf pip install verbose.
Browse files Browse the repository at this point in the history
  • Loading branch information
robertnishihara committed Nov 7, 2016
1 parent 3f0dd4a commit ca3a5ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install-dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ elif [[ $platform == "macosx" ]]; then
sudo pip install --upgrade git+git://github.com/cloudpipe/cloudpickle.git@0d225a4695f1f65ae1cbb2e0bbc145e10167cce4 # We use the latest version of cloudpickle because it can serialize named tuples.
fi

sudo pip install --upgrade git+git://github.com/ray-project/numbuf.git@d1974afbab9f0f1bcf8af15a8c476d868ad31aff
sudo pip install --upgrade --verbose git+git://github.com/ray-project/numbuf.git@d1974afbab9f0f1bcf8af15a8c476d868ad31aff

0 comments on commit ca3a5ad

Please sign in to comment.