From 4f9e9fa2d5200ead0a4b44f012dbfd8ef91f8998 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 14:15:05 +0000 Subject: [PATCH] build: update matplotlib requirement from <3.10,>=3.8.0 to >=3.8.0,<3.11 Updates the requirements on [matplotlib](https://github.com/matplotlib/matplotlib) to permit the latest version. - [Release notes](https://github.com/matplotlib/matplotlib/releases) - [Commits](https://github.com/matplotlib/matplotlib/compare/v3.8.0...v3.10.0) --- updated-dependencies: - dependency-name: matplotlib dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index bd6a928f..d5be13a2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ classifiers = [ "Typing :: Typed" ] dependencies = [ - "matplotlib>=3.8.0,<3.10", + "matplotlib>=3.8.0,<3.11", "numpy>=1.22.4,<3", "pandas>=2.1.4,<3", "polars>=1.8.2,<2",