Skip to content

Commit 16b9c98

Browse files
authored
CI minimum mpl version everywhere (#50205)
1 parent 7ef6a71 commit 16b9c98

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
@@ -34,7 +34,7 @@ dependencies:
3434
- gcsfs
3535
- jinja2
3636
- lxml
37-
- matplotlib
37+
- matplotlib>=3.6.1
3838
- numba
3939
- numexpr
4040
- openpyxl

ci/deps/circle-38-arm64.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ dependencies:
3333
- gcsfs
3434
- jinja2
3535
- lxml
36-
- matplotlib
36+
- matplotlib>=3.6.1
3737
- numba
3838
- numexpr
3939
- openpyxl

environment.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ dependencies:
3535
- gcsfs
3636
- jinja2
3737
- lxml
38-
- matplotlib
38+
- matplotlib>=3.6.1
3939
- numba>=0.53.1
4040
- numexpr>=2.8.0 # pin for "Run checks on imported code" job
4141
- openpyxl

requirements-dev.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ hypothesis
2424
gcsfs
2525
jinja2
2626
lxml
27-
matplotlib
27+
matplotlib>=3.6.1
2828
numba>=0.53.1
2929
numexpr>=2.8.0
3030
openpyxl

0 commit comments

Comments
 (0)