From f541b56d40b00b9ef24036f56bce72af6de83a23 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Jul 2024 10:05:21 +0200 Subject: [PATCH] BUILD: Update matplotlib requirement from <3.9,>=3.5.0 to >=3.5.0,<3.10 (#4894) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Sébastien Morais <146729917+SMoraisAnsys@users.noreply.github.com> --- pyproject.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index c55cc77c652..03188601f5c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ tests = [ "imageio>=2.30.0,<2.35", "ipython>=7.30.0,<8.27", "joblib>=1.0.0,<1.5", - "matplotlib>=3.5.0,<3.9", + "matplotlib>=3.5.0,<3.10", "mock>=5.1.0,<5.2", "numpy>=1.20.0,<2", "openpyxl>=3.1.0,<3.3", @@ -80,7 +80,7 @@ doc = [ #"ipywidgets>=8.0.0,<8.2", "joblib>=1.3.0,<1.5", "jupyterlab>=4.0.0,<4.3", - "matplotlib>=3.5.0,<3.9", + "matplotlib>=3.5.0,<3.10", "nbsphinx>=0.9.0,<0.10", "numpydoc>=1.5.0,<1.8", "openpyxl>=3.0.0,<3.2", @@ -122,12 +122,12 @@ doc-no-examples = [ #"sphinx-notfound-page", #"sphinxcontrib-websupport", "sphinx_design>=0.4.0,<0.7", - "matplotlib>=3.5.0,<3.9", + "matplotlib>=3.5.0,<3.10", "scikit-rf>=0.30.0,<1.2", ] all = [ "imageio>=2.30.0,<2.35", - "matplotlib>=3.5.0,<3.9", + "matplotlib>=3.5.0,<3.10", "numpy>=1.20.0,<2", "openpyxl>=3.1.0,<3.3", "osmnx>=1.1.0,<1.10", @@ -143,7 +143,7 @@ all = [ ] installer = [ "imageio>=2.30.0,<2.35", - "matplotlib>=3.5.0,<3.9", + "matplotlib>=3.5.0,<3.10", "numpy>=1.20.0,<2", "openpyxl>=3.1.0,<3.3", "osmnx>=1.1.0,<1.10",