From aad84a3abe06d127918d09f2ad3b8f4264a9d02b Mon Sep 17 00:00:00 2001 From: Scott Gasch Date: Tue, 5 Oct 2021 07:48:09 -0700 Subject: Groups of google lights (kinda hacky, needs a rework), import auditing. --- pip_install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pip_install.sh') 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} -- cgit v1.3