summaryrefslogtreecommitdiff
path: root/pip_install.sh
diff options
context:
space:
mode:
authorScott Gasch <[email protected]>2021-10-05 07:48:09 -0700
committerScott Gasch <[email protected]>2021-10-05 07:48:09 -0700
commitaad84a3abe06d127918d09f2ad3b8f4264a9d02b (patch)
tree002cefdeba0bd7d8bbe01b10d0f42cac46896173 /pip_install.sh
parentfa4298fa508e00759565c246aef423ba28fedf31 (diff)
Groups of google lights (kinda hacky, needs a rework), import auditing.
Diffstat (limited to 'pip_install.sh')
-rwxr-xr-xpip_install.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/pip_install.sh b/pip_install.sh
index 9d40902..832ae9c 100755
--- a/pip_install.sh
+++ b/pip_install.sh
@@ -3,8 +3,8 @@
set -e
python3 -m ensurepip --upgrade
-for x in pip wheel aiohttp antlr4-python3-runtime astral bitstring python-dateutil \
- grpcio holidays cloudpickle dill numpy protobuf psutil pyserial pytype \
+for x in pip wheel aiohttp antlr4-python3-runtime astral bankroll bitstring python-dateutil \
+ grpcio holidays cloudpickle dill numpy pandas protobuf psutil pyserial pytype \
pychromecast requests SpeechRecognition sklearn scikit-learn nltk; do
echo "--- Installing ${x} ---"
pip install -U ${x}