diff --git a/Minimal/bootstrap.py b/Minimal/bootstrap.py index a092b39..630fcb1 100644 --- a/Minimal/bootstrap.py +++ b/Minimal/bootstrap.py @@ -15,7 +15,7 @@ import subprocess ENV_NAME = "edge-minimal-example" -EDM_DEPS = ["click", "pip", "setuptools==57.0.0-3"] +EDM_DEPS = ["click", "pip", "setuptools"] PIP_DEPS = ["jupyterhub==2.2.2", "sqlalchemy<2", "dockerspawner"]