Skip to content

Commit 317f8bc

Browse files
Backport PR pandas-dev#50205 on branch 1.5.x (CI minimum mpl version everywhere) (pandas-dev#50211)
Backport PR pandas-dev#50205: CI minimum mpl version everywhere Co-authored-by: Marco Edward Gorelli <[email protected]>
1 parent bd7cb15 commit 317f8bc

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

ci/deps/actions-38-downstream_compat.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ dependencies:
3131
- gcsfs
3232
- jinja2
3333
- lxml
34-
- matplotlib
34+
- matplotlib>=3.6.1
3535
- numba
3636
- numexpr
3737
- openpyxl

ci/deps/circle-38-arm64.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

environment.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ dependencies:
3131
- gcsfs
3232
- jinja2
3333
- lxml
34-
- matplotlib
34+
- matplotlib>=3.6.1
3535
- numba>=0.53.1
3636
- numexpr>=2.8.0 # pin for "Run checks on imported code" job
3737
- openpyxl

requirements-dev.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ hypothesis
2222
gcsfs
2323
jinja2
2424
lxml
25-
matplotlib
25+
matplotlib>=3.6.1
2626
numba>=0.53.1
2727
numexpr>=2.8.0
2828
openpyxl

0 commit comments

Comments
 (0)