From 63d473f0a7d19b0cfef9d2757768f2d5bbd8c909 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 21 Dec 2024 08:05:27 +0100 Subject: [PATCH] BUILD: update matplotlib requirement from <3.10,>=3.5.0 to >=3.5.0,<3.11 (#5605) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index f4d7d9d5812..92d164d2a73 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,7 @@ unit-tests = [ "mock>=5.1.0,<5.2", ] integration-tests = [ - "matplotlib>=3.5.0,<3.10", + "matplotlib>=3.5.0,<3.11", "mock>=5.1.0,<5.2", "numpy>=1.20.0,<2.3", "pandas>=1.1.0,<2.3", @@ -64,7 +64,7 @@ integration-tests = [ tests = [ "ipython>=7.30.0,<8.31", "joblib>=1.0.0,<1.5", - "matplotlib>=3.5.0,<3.10", + "matplotlib>=3.5.0,<3.11", "mock>=5.1.0,<5.2", "numpy>=1.20.0,<2.3", "openpyxl>=3.1.0,<3.3", @@ -104,7 +104,7 @@ doc = [ "pyvista[io]>=0.38.0,<0.45", ] all = [ - "matplotlib>=3.5.0,<3.10", + "matplotlib>=3.5.0,<3.11", "numpy>=1.20.0,<2.3", "openpyxl>=3.1.0,<3.3", "osmnx>=1.1.0,<2.1", @@ -120,7 +120,7 @@ all = [ "utm", ] installer = [ - "matplotlib>=3.5.0,<3.10", + "matplotlib>=3.5.0,<3.11", "numpy>=1.20.0,<2.3", "openpyxl>=3.1.0,<3.3", "osmnx>=1.1.0,<2.1",