From 196431b1b918d6c8d56a4f02a6eca411b9074f26 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Fri, 8 May 2026 13:33:53 +0100 Subject: [PATCH] Update matplotlib --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 376db72..800f2a9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,7 +57,7 @@ dependencies = [ # - It depends on a couple of heavyweight libs (py4j and tornado) that aren't necessary otherwise plot = [ # When updating, check plotting works in GUI. Must keep pinned to a specific, tested version. - "matplotlib==3.10.7", + "matplotlib==3.10.9", # Python <-> Java communication, to spawn matplotlib plots in GUI "py4j", # Tornado webserver used by custom backend