Skip to content

Commit 778ab82

Browse files
MarcoGorelliphofl
andauthored
"Backport PR pandas-dev#51393 on branch 1.5.x (CI: Pin matplotlib to < 3.7.0)" (pandas-dev#51429)
Backport PR pandas-dev#51393: CI: Pin matplotlib to < 3.7.0 Co-authored-by: Patrick Hoefler <[email protected]>
1 parent f9d85ee commit 778ab82

7 files changed

+7
-7
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>=3.6.1
33+
- matplotlib>=3.6.1, <3.7.0
3434
- numba
3535
- numexpr
3636
- openpyxl<3.1.1

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>=3.6.1
34+
- matplotlib>=3.6.1, <3.7.0
3535
- numba
3636
- numexpr
3737
- openpyxl<3.1.1

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>=3.6.1
33+
- matplotlib>=3.6.1, <3.7.0
3434
- numba
3535
- numexpr
3636
- openpyxl<3.1.1

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>=3.6.1
33+
- matplotlib>=3.6.1, <3.7.0
3434
- numba
3535
- numexpr
3636
- openpyxl<3.1.1

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>=3.6.1
33+
- matplotlib>=3.6.1, <3.7.0
3434
- numba
3535
- numexpr
3636
- openpyxl<3.1.1

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>=3.6.1
34+
- matplotlib>=3.6.1, <3.7.0
3535
- numba>=0.53.1
3636
- numexpr>=2.8.0 # pin for "Run checks on imported code" job
3737
- openpyxl<3.1.1

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>=3.6.1
25+
matplotlib>=3.6.1, <3.7.0
2626
numba>=0.53.1
2727
numexpr>=2.8.0
2828
openpyxl<3.1.1

0 commit comments

Comments
 (0)