diff options
Diffstat (limited to 'pip_install.sh')
| -rwxr-xr-x | pip_install.sh | 4 |
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} |
