From 4379808a433c0396dbb99baf4755f17302f831bd Mon Sep 17 00:00:00 2001 From: Aaron Smith Date: Fri, 5 Jul 2024 11:43:49 -0500 Subject: [PATCH] Pin matplotlib --- build_tools/min_supported_numpy.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/build_tools/min_supported_numpy.txt b/build_tools/min_supported_numpy.txt index 670054d3..e3976fb0 100644 --- a/build_tools/min_supported_numpy.txt +++ b/build_tools/min_supported_numpy.txt @@ -2,3 +2,4 @@ numpy==1.21.6; python_version == '3.7' numpy==1.22.4; '3.8' <= python_version and python_version <= '3.10' numpy==1.23.2; python_version == '3.11' numpy==1.26.0; python_version >= '3.12' +matplotlib<3.9