From 2ea46cdff91cd09ce98902ce8ed3952f4ae37aaa Mon Sep 17 00:00:00 2001 From: Trevor Gamblin Date: Wed, 22 Jul 2026 13:41:47 -0400 Subject: [PATCH] docs: matplotlib: update for 3.11.0 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 81c2df3..df6ee94 100644 --- a/docs/packages/matplotlib.yaml +++ b/docs/packages/matplotlib.yaml @@ -13,3 +13,6 @@ versions: - version: 3.10.7 - version: 3.10.8 - version: 3.10.9 + - 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.