From a9d77e21f10f781662dfb36b04b932f03da33ca3 Mon Sep 17 00:00:00 2001 From: Min RK Date: Fri, 3 Feb 2023 15:27:32 +0100 Subject: [PATCH] No longer install notebook/jupyterhub packages on Python 3.5 now that it's a kernel-only environment --- .../buildpacks/conda/requirements.py-3.5.pip | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 repo2docker/buildpacks/conda/requirements.py-3.5.pip diff --git a/repo2docker/buildpacks/conda/requirements.py-3.5.pip b/repo2docker/buildpacks/conda/requirements.py-3.5.pip deleted file mode 100644 index 416274ad..00000000 --- a/repo2docker/buildpacks/conda/requirements.py-3.5.pip +++ /dev/null @@ -1,17 +0,0 @@ -# pip-installed packages for Python 3.5 -# these should only be packages -# whose versions are too new to have builds available for Python 3.5 -alembic==1.0.3 -async-generator==1.10 -chardet==3.0.4 -idna==2.7 -jupyterhub==0.9.4 -mako==1.0.7 -notebook==5.7.8 -nteract-on-jupyter==1.9.6 -pamela==0.3.0 -python-editor==1.0.3 -python-oauth2==1.1.0 -requests==2.20.1 -sqlalchemy==1.2.14 -urllib3==1.24.1