add stuff
This commit is contained in:
parent
7aa8886b07
commit
5263368a65
|
@ -66,9 +66,9 @@
|
|||
cd $HOME/dask
|
||||
python3 -m venv dask-venv
|
||||
. dask-venv/bin/activate
|
||||
pip3 install --upgrade dask distributed
|
||||
pip3 install --upgrade dask distributed blosc lz4
|
||||
if [ "{{ leylines_is_server }}" == "no" ]; then
|
||||
pip3 install --upgrade numpy scipy pandas scikit-image matplotlib
|
||||
pip3 install --upgrade numpy scipy pandas scikit-image matplotlib opt_einsum cloudpickle fsspec partd psutil sqlalchemy toolz xxhash
|
||||
else
|
||||
pip3 install --upgrade bokeh jupyter-server-proxy
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue