From 778ab8234059059d77eb5d71442c959f8d15c1e0 Mon Sep 17 00:00:00 2001 From: Marco Edward Gorelli <33491632+MarcoGorelli@users.noreply.github.com> Date: Thu, 16 Feb 2023 15:36:32 +0000 Subject: [PATCH] "Backport PR #51393 on branch 1.5.x (CI: Pin matplotlib to < 3.7.0)" (#51429) Backport PR #51393: CI: Pin matplotlib to < 3.7.0 Co-authored-by: Patrick Hoefler <61934744+phofl@users.noreply.github.com> --- ci/deps/actions-310.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 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/ci/deps/actions-310.yaml b/ci/deps/actions-310.yaml index eae8964db7f56..2382c48b9c127 100644 --- a/ci/deps/actions-310.yaml +++ b/ci/deps/actions-310.yaml @@ -30,7 +30,7 @@ dependencies: - gcsfs - jinja2 - lxml - - matplotlib>=3.6.1 + - matplotlib>=3.6.1, <3.7.0 - numba - numexpr - openpyxl<3.1.1 diff --git a/ci/deps/actions-38-downstream_compat.yaml b/ci/deps/actions-38-downstream_compat.yaml index fc421ee979f7b..24324189d153f 100644 --- a/ci/deps/actions-38-downstream_compat.yaml +++ b/ci/deps/actions-38-downstream_compat.yaml @@ -31,7 +31,7 @@ dependencies: - gcsfs - jinja2 - lxml - - matplotlib>=3.6.1 + - matplotlib>=3.6.1, <3.7.0 - numba - numexpr - openpyxl<3.1.1 diff --git a/ci/deps/actions-38.yaml b/ci/deps/actions-38.yaml index 6d7a21a8bc90e..8c348ea11d090 100644 --- a/ci/deps/actions-38.yaml +++ b/ci/deps/actions-38.yaml @@ -30,7 +30,7 @@ dependencies: - gcsfs - jinja2 - lxml - - matplotlib>=3.6.1 + - matplotlib>=3.6.1, <3.7.0 - numba - numexpr - openpyxl<3.1.1 diff --git a/ci/deps/actions-39.yaml b/ci/deps/actions-39.yaml index bf3d3353906f6..1f80bf6875ca7 100644 --- a/ci/deps/actions-39.yaml +++ b/ci/deps/actions-39.yaml @@ -30,7 +30,7 @@ dependencies: - gcsfs - jinja2 - lxml - - matplotlib>=3.6.1 + - matplotlib>=3.6.1, <3.7.0 - numba - numexpr - openpyxl<3.1.1 diff --git a/ci/deps/circle-38-arm64.yaml b/ci/deps/circle-38-arm64.yaml index 55336672ed43d..f953c8a1ed162 100644 --- a/ci/deps/circle-38-arm64.yaml +++ b/ci/deps/circle-38-arm64.yaml @@ -30,7 +30,7 @@ dependencies: - gcsfs - jinja2 - lxml - - matplotlib>=3.6.1 + - matplotlib>=3.6.1, <3.7.0 - numba - numexpr - openpyxl<3.1.1 diff --git a/environment.yml b/environment.yml index 1fa84ac10a6b4..9b962c37e676c 100644 --- a/environment.yml +++ b/environment.yml @@ -31,7 +31,7 @@ dependencies: - gcsfs - 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<3.1.1 diff --git a/requirements-dev.txt b/requirements-dev.txt index c27bbaa4a1132..f3503bb5afb62 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -22,7 +22,7 @@ hypothesis gcsfs jinja2 lxml -matplotlib>=3.6.1 +matplotlib>=3.6.1, <3.7.0 numba>=0.53.1 numexpr>=2.8.0 openpyxl<3.1.1