Make smart futures avoid polling.
[python_utils.git] / pip_install.sh
index 9d40902b1736ce1af64c4a70fe547709024490c9..832ae9c2b12b533f7e82aa4a2503c40dcb335a11 100755 (executable)
@@ -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}