commit 3c9240fb41f2665b419fffbeff40b6d64e57ee78
parent 878580bb47dee851a5a41cee5fcea2845eae9e87
Author: Anders Damsgaard <andersd@riseup.net>
Date: Sun, 12 Nov 2017 10:01:36 -0500
add additional python packages to pip install script
Diffstat:
1 file changed, 6 insertions(+), 0 deletions(-)
diff --git a/init/30_python_pip.sh b/init/30_python_pip.sh
@@ -6,10 +6,16 @@ pkgs=(
gcalcli
grepg
haxor-news
+ jupyter
neovim
+ numexpr
pandas
+ Pillow
+ protobuf
+ psutil
requests
scikit-learn
+ sympy
tensorflow
virtualenv
)