Skip to content

Commit

Permalink
"Backport PR #51393 on branch 1.5.x (CI: Pin matplotlib to < 3.7.0)" (#…
Browse files Browse the repository at this point in the history
…51429)

Backport PR #51393: CI: Pin matplotlib to < 3.7.0

Co-authored-by: Patrick Hoefler <[email protected]>
  • Loading branch information
MarcoGorelli and phofl authored Feb 16, 2023
1 parent f9d85ee commit 778ab82
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion ci/deps/actions-310.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion ci/deps/actions-38-downstream_compat.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion ci/deps/actions-38.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion ci/deps/actions-39.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion ci/deps/circle-38-arm64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 778ab82

Please sign in to comment.