From 6a1cf8a4e570b34765ac946edc9dbb3cd5f146a9 Mon Sep 17 00:00:00 2001 From: Scott Date: Mon, 10 Jan 2022 17:49:58 -0800 Subject: Add requirements.txt --- pip_install.sh | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'pip_install.sh') diff --git a/pip_install.sh b/pip_install.sh index 1ee08c9..3982748 100755 --- a/pip_install.sh +++ b/pip_install.sh @@ -5,9 +5,4 @@ set -e python3 -m ensurepip --upgrade -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} -done +pip install requirements.txt -- cgit v1.3