From 92e23bec8b870c8396639025e61533b76fdd5b56 Mon Sep 17 00:00:00 2001 From: JamesWrigley Date: Tue, 29 Aug 2023 00:18:12 +0200 Subject: [PATCH] Update plotting package versions for max-jhub --- docs/maintenance/environments.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/maintenance/environments.md b/docs/maintenance/environments.md index 0efdf53f..76d5b6e6 100644 --- a/docs/maintenance/environments.md +++ b/docs/maintenance/environments.md @@ -258,10 +258,10 @@ You should load that environment and then check the versions of the following pa - ipywidgets - matplotlib -And pin them to be the same as the versions currently used by Max-JHub. Currently (February 2023) this means: +And pin them to be the same as the versions currently used by Max-JHub. Currently (August 2023) this means: ```text -- ipympl=0.7.0 -- ipywidgets=7.6.3 -- matplotlib=3.4.2 +- ipympl=0.9.3 +- ipywidgets=7.7.0 +- matplotlib=3.5.2 ```