From 692d72f931e47be88ce6f1576675aa06b55c6fe4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 26 Jul 2026 01:32:46 +0000 Subject: [PATCH] docs: update matplotlib Add version 3.11.1 Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Signed-off-by: Trevor Gamblin --- docs/packages/matplotlib.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/packages/matplotlib.yaml b/docs/packages/matplotlib.yaml index df6ee94..6fe7754 100644 --- a/docs/packages/matplotlib.yaml +++ b/docs/packages/matplotlib.yaml @@ -16,3 +16,6 @@ versions: - version: 3.11.0 patched: comment: We patch matplotlib to increase threading test timeouts in places where the native RISC-V runners seem to have issues, and backport a fix from upstream to pin pytest below version 9.1.0 due to failures with a test fixture in the TestSpectral suite. + - version: 3.11.1 + patched: + comment: We patch matplotlib to increase threading test timeouts in places where the native RISC-V runners seem to have issues.