From 97ff704aac593b2cb435560a741124fe51cb6b57 Mon Sep 17 00:00:00 2001 From: Gil Forsyth Date: Fri, 12 Apr 2024 11:08:02 -0400 Subject: [PATCH] chore(dev-tools): add jupyter-cache to conda env files (#8953) --- conda/environment-arm64-flink.yml | 1 + conda/environment-arm64.yml | 1 + conda/environment.yml | 1 + 3 files changed, 3 insertions(+) diff --git a/conda/environment-arm64-flink.yml b/conda/environment-arm64-flink.yml index 37c097c8c82e..08e19d1a4b15 100644 --- a/conda/environment-arm64-flink.yml +++ b/conda/environment-arm64-flink.yml @@ -73,6 +73,7 @@ dependencies: - distributed >=2022.9.1 - ipykernel >=6.25.1 - itables >=1.6.3 + - jupyter-cache - nbclient >=0.8.0 - plotly >=5.16.1 - plotnine >=0.12.2 diff --git a/conda/environment-arm64.yml b/conda/environment-arm64.yml index 3da41c441fe5..aaf79bc28b5d 100644 --- a/conda/environment-arm64.yml +++ b/conda/environment-arm64.yml @@ -72,6 +72,7 @@ dependencies: - distributed >=2022.9.1 - ipykernel >=6.25.1 - itables >=1.6.3 + - jupyter-cache - nbclient >=0.8.0 - plotly >=5.16.1 - plotnine >=0.12.2 diff --git a/conda/environment.yml b/conda/environment.yml index 746fb9febb47..fe6c0f86c059 100644 --- a/conda/environment.yml +++ b/conda/environment.yml @@ -75,6 +75,7 @@ dependencies: - distributed >=2022.9.1 - ipykernel >=6.25.1 - itables >=1.6.3 + - jupyter-cache - nbclient >=0.8.0 - plotly >=5.16.1 - plotnine >=0.12.2