From 9bc294dccf6811bab002fb0799946e19ef6a4bdc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Aug 2024 13:51:58 +0200 Subject: [PATCH] BUILD: Update matplotlib requirement from <3.9,>=3.5.0 to >=3.5.0,<3.10 (#5048) 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 628caf23a0b..57862d921b9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ dependencies = [ tests = [ "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", @@ -74,7 +74,7 @@ doc = [ "ipython>=8.13.0,<8.27", "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.9", "openpyxl>=3.0.0,<3.2", @@ -109,12 +109,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.3", "pyvista[io]>=0.38.0,<0.45", ] all = [ - "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", @@ -128,7 +128,7 @@ all = [ "utm", ] installer = [ - "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",