From 96251201b209ba8c7d63f65a99d13b363c325e3b Mon Sep 17 00:00:00 2001 From: Patrick Hoefler Date: Tue, 14 Feb 2023 23:05:53 +0100 Subject: [PATCH] CI: Pin matplotlib to < 3.7.0 --- ci/deps/actions-310.yaml | 2 +- ci/deps/actions-311.yaml | 2 +- ci/deps/actions-38-downstream_compat.yaml | 2 +- ci/deps/actions-38.yaml | 2 +- ci/deps/actions-39.yaml | 2 +- ci/deps/circle-38-arm64.yaml | 2 +- environment.yml | 2 +- requirements-dev.txt | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/ci/deps/actions-310.yaml b/ci/deps/actions-310.yaml index 28ff56d8619b9..e8d67a47c88ff 100644 --- a/ci/deps/actions-310.yaml +++ b/ci/deps/actions-310.yaml @@ -33,7 +33,7 @@ dependencies: - gcsfs - jinja2 - lxml - - matplotlib>=3.6.1 + - matplotlib>=3.6.1, <3.7.0 - numba - numexpr - openpyxl diff --git a/ci/deps/actions-311.yaml b/ci/deps/actions-311.yaml index 32e3fe740b431..7898462eb9327 100644 --- a/ci/deps/actions-311.yaml +++ b/ci/deps/actions-311.yaml @@ -33,7 +33,7 @@ dependencies: - gcsfs - jinja2 - lxml - - matplotlib>=3.6.1 + - matplotlib>=3.6.1, <3.7.0 # - numba not compatible with 3.11 - numexpr - openpyxl diff --git a/ci/deps/actions-38-downstream_compat.yaml b/ci/deps/actions-38-downstream_compat.yaml index a2f22de43fb23..00827a5e1b73c 100644 --- a/ci/deps/actions-38-downstream_compat.yaml +++ b/ci/deps/actions-38-downstream_compat.yaml @@ -34,7 +34,7 @@ dependencies: - gcsfs - jinja2 - lxml - - matplotlib>=3.6.1 + - matplotlib>=3.6.1, <3.7.0 - numba - numexpr - openpyxl diff --git a/ci/deps/actions-38.yaml b/ci/deps/actions-38.yaml index e17941f93ecf1..36a3c401f69c6 100644 --- a/ci/deps/actions-38.yaml +++ b/ci/deps/actions-38.yaml @@ -33,7 +33,7 @@ dependencies: - gcsfs - jinja2 - lxml - - matplotlib>=3.6.1 + - matplotlib>=3.6.1, <3.7.0 - numba - numexpr - openpyxl diff --git a/ci/deps/actions-39.yaml b/ci/deps/actions-39.yaml index ed8dc6f760254..31342d00be386 100644 --- a/ci/deps/actions-39.yaml +++ b/ci/deps/actions-39.yaml @@ -33,7 +33,7 @@ dependencies: - gcsfs - jinja2 - lxml - - matplotlib>=3.6.1 + - matplotlib>=3.6.1, <3.7.0 - numba - numexpr - openpyxl diff --git a/ci/deps/circle-38-arm64.yaml b/ci/deps/circle-38-arm64.yaml index 4d406460eab70..c024fca544e61 100644 --- a/ci/deps/circle-38-arm64.yaml +++ b/ci/deps/circle-38-arm64.yaml @@ -33,7 +33,7 @@ dependencies: - gcsfs - jinja2 - lxml - - matplotlib>=3.6.1 + - matplotlib>=3.6.1, <3.7.0 - numba - numexpr - openpyxl diff --git a/environment.yml b/environment.yml index aad0c1ca8588f..b28cbfe168606 100644 --- a/environment.yml +++ b/environment.yml @@ -36,7 +36,7 @@ dependencies: - ipython - jinja2 - lxml - - matplotlib>=3.6.1 + - matplotlib>=3.6.1, <3.7.0 - numba>=0.53.1 - numexpr>=2.8.0 # pin for "Run checks on imported code" job - openpyxl diff --git a/requirements-dev.txt b/requirements-dev.txt index a06cff7cd2ccd..8979b9b14d05c 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -25,7 +25,7 @@ gcsfs ipython jinja2 lxml -matplotlib>=3.6.1 +matplotlib>=3.6.1, <3.7.0 numba>=0.53.1 numexpr>=2.8.0 openpyxl