diff --git a/jupyterhub/openshift/scicat-notebook/requirements.txt b/jupyterhub/openshift/scicat-notebook/requirements.txt index 64c19bf..4ff9072 100644 --- a/jupyterhub/openshift/scicat-notebook/requirements.txt +++ b/jupyterhub/openshift/scicat-notebook/requirements.txt @@ -3,7 +3,7 @@ jupyterhub==1.0.0 jupyterlab==1.2.21 jupyter_kernel_gateway==2.4.0 dask<2.7.0; python_version < "3.6" -dask==2.8.1; python_version >= "3.6" +dask==2021.10.0; python_version >= "3.6" distributed<2.7.0; python_version < "3.6" distributed==2.8.1; python_version >= "3.6" tornado<6.0.0; python_version < "3.6"