From b7172edf5a5f48d808928536e2468eda1acc12a1 Mon Sep 17 00:00:00 2001 From: YuviPanda Date: Thu, 21 Dec 2023 18:05:01 -0800 Subject: [PATCH] Bump jupyter-resource-usage Doesn't work otherwise due to jupyter_server changes Ref https://github.com/2i2c-org/infrastructure/issues/2729 --- environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/environment.yml b/environment.yml index 6a43d66..77cb20e 100644 --- a/environment.yml +++ b/environment.yml @@ -18,7 +18,7 @@ dependencies: # Infrastructure things - nbgitpuller==1.2.* - - jupyter-resource-usage==0.7.* + - jupyter-resource-usage==1.0.* - jupytext==1.15.* - jupyter-server-proxy==4.*