Skip to content

Commit ea73719

Browse files
Backport PR #50226 on branch 1.5.x (CI add missing mpl pins) (#50228)
Backport PR #50226: CI add missing mpl pins Co-authored-by: Marco Edward Gorelli <[email protected]>
1 parent 317f8bc commit ea73719

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

ci/deps/actions-310.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ dependencies:
3030
- gcsfs
3131
- jinja2
3232
- lxml
33-
- matplotlib
33+
- matplotlib>=3.6.1
3434
- numba
3535
- numexpr
3636
- openpyxl

ci/deps/actions-38.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ dependencies:
3030
- gcsfs
3131
- jinja2
3232
- lxml
33-
- matplotlib
33+
- matplotlib>=3.6.1
3434
- numba
3535
- numexpr
3636
- openpyxl

ci/deps/actions-39.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ dependencies:
3030
- gcsfs
3131
- jinja2
3232
- lxml
33-
- matplotlib
33+
- matplotlib>=3.6.1
3434
- numba
3535
- numexpr
3636
- openpyxl

0 commit comments

Comments
 (0)