From 83985b29389c9889e4969bcb95035508265eeb3e Mon Sep 17 00:00:00 2001 From: Hannes Vogt Date: Wed, 12 Feb 2025 12:35:00 +0100 Subject: [PATCH] build: bump minimum matplotlib version (#1858) Daily CI builds the minimum version which doesn't have wheels for python 3.10 and 3.11. Didn't investigate why it worked at some point... --- pyproject.toml | 2 +- uv.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index b512c6c93e..1efce6bd29 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ dev = [ docs = [ 'esbonio>=0.16.0', 'jupytext>=1.14', - 'matplotlib>=3.3', + 'matplotlib>=3.8.4', 'myst-parser>=4.0.0', 'pygments>=2.7.3', 'sphinx>=7.3.7', diff --git a/uv.lock b/uv.lock index c07a329b39..dbcb32411d 100644 --- a/uv.lock +++ b/uv.lock @@ -1274,7 +1274,7 @@ dev = [ { name = "esbonio", specifier = ">=0.16.0" }, { name = "hypothesis", specifier = ">=6.0.0" }, { name = "jupytext", specifier = ">=1.14" }, - { name = "matplotlib", specifier = ">=3.3" }, + { name = "matplotlib", specifier = ">=3.8.4" }, { name = "mypy", extras = ["faster-cache"], specifier = ">=1.13.0" }, { name = "myst-parser", specifier = ">=4.0.0" }, { name = "nbmake", specifier = ">=1.4.6" }, @@ -1305,7 +1305,7 @@ dev = [ docs = [ { name = "esbonio", specifier = ">=0.16.0" }, { name = "jupytext", specifier = ">=1.14" }, - { name = "matplotlib", specifier = ">=3.3" }, + { name = "matplotlib", specifier = ">=3.8.4" }, { name = "myst-parser", specifier = ">=4.0.0" }, { name = "pygments", specifier = ">=2.7.3" }, { name = "sphinx", specifier = ">=7.3.7" },