From 4e58fdd138807cf67be2ad0966dde4b1cdf8f34a Mon Sep 17 00:00:00 2001 From: iameskild Date: Thu, 19 Oct 2023 09:47:57 -0700 Subject: [PATCH 1/3] Pin jupyterlab-conda-store to 0.4.14, revert #89 --- jupyterlab/environment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jupyterlab/environment.yaml b/jupyterlab/environment.yaml index 83fb889..d353953 100644 --- a/jupyterlab/environment.yaml +++ b/jupyterlab/environment.yaml @@ -55,7 +55,7 @@ dependencies: - pip: # vscode jupyterlab launcher - git+https://github.com/betatim/vscode-binder - - jupyterlab-conda-store==2023.9.1 + - jupyterlab-conda-store==v0.4.14 - jupyter-tensorboard - jupyterlab_nvdashboard - argo-jupyter-scheduler==2023.7.1 From b6b1273ee1daaaa78e398200b2c7c155377c1644 Mon Sep 17 00:00:00 2001 From: iameskild Date: Thu, 19 Oct 2023 09:58:58 -0700 Subject: [PATCH 2/3] Remove leading v --- jupyterlab/environment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jupyterlab/environment.yaml b/jupyterlab/environment.yaml index d353953..e6dd341 100644 --- a/jupyterlab/environment.yaml +++ b/jupyterlab/environment.yaml @@ -55,7 +55,7 @@ dependencies: - pip: # vscode jupyterlab launcher - git+https://github.com/betatim/vscode-binder - - jupyterlab-conda-store==v0.4.14 + - jupyterlab-conda-store==0.4.14 - jupyter-tensorboard - jupyterlab_nvdashboard - argo-jupyter-scheduler==2023.7.1 From 2f2e118e23563676e3f409ae77eb787d95b5084c Mon Sep 17 00:00:00 2001 From: iameskild Date: Thu, 19 Oct 2023 10:52:46 -0700 Subject: [PATCH 3/3] Pin to v0.2.7 --- jupyterlab/environment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jupyterlab/environment.yaml b/jupyterlab/environment.yaml index e6dd341..1d1fec7 100644 --- a/jupyterlab/environment.yaml +++ b/jupyterlab/environment.yaml @@ -55,7 +55,7 @@ dependencies: - pip: # vscode jupyterlab launcher - git+https://github.com/betatim/vscode-binder - - jupyterlab-conda-store==0.4.14 + - jupyterlab-conda-store==v0.2.7 - jupyter-tensorboard - jupyterlab_nvdashboard - argo-jupyter-scheduler==2023.7.1