From bcf9404a65dc688695772e219b7dad111a866137 Mon Sep 17 00:00:00 2001 From: Sophia Castellarin Date: Fri, 24 Jan 2025 09:30:49 -0800 Subject: [PATCH] Trim conda-store package dependencies (#1056) --- conda-store/pyproject.toml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/conda-store/pyproject.toml b/conda-store/pyproject.toml index 4930325ab..53bf8ee16 100644 --- a/conda-store/pyproject.toml +++ b/conda-store/pyproject.toml @@ -46,10 +46,6 @@ dependencies = [ "yarl", "aiohttp>=3.8.1", "ruamel.yaml", - "jupyterhub<2.0.0", - "jupyterlab>=4.0.0", - "jupyter-launcher-shortcuts", - "jupyterlab-conda-store", ] dynamic = ["version"]