From 1118be68e99341abc2752b182f26ced18e7b506d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Po=CC=88lsterl?= Date: Wed, 12 Apr 2023 19:19:12 +0200 Subject: [PATCH] CI: Require matplotlib 3.6 Version 3.5 is not available for Python 3.11 --- ci/deps/requirements.yaml.tmpl | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/deps/requirements.yaml.tmpl b/ci/deps/requirements.yaml.tmpl index e14e4b24..4e203526 100644 --- a/ci/deps/requirements.yaml.tmpl +++ b/ci/deps/requirements.yaml.tmpl @@ -9,7 +9,7 @@ dependencies: - ipykernel - ipython!=8.7.0 - joblib - - matplotlib>=3.5.1,<3.6 + - matplotlib>=3.6.2,<3.7 - nbformat - numexpr - numpy={CI_NUMPY_VERSION} diff --git a/pyproject.toml b/pyproject.toml index 538cd317..bd596281 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -102,7 +102,7 @@ docs = [ nbval = [ "ipykernel", "ipython!=8.7.0", - "matplotlib~=3.5.1", + "matplotlib~=3.6.2", "nbformat", "nbval>=0.10.0", "seaborn~=0.11.2",