Skip to content

Commit

Permalink
CI: Pin matplotlib to < 3.7.0 (#51393)
Browse files Browse the repository at this point in the history
  • Loading branch information
phofl authored Feb 15, 2023
1 parent 74d5c19 commit dd30415
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion ci/deps/actions-310.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ dependencies:
- gcsfs
- jinja2
- lxml
- matplotlib>=3.6.1
- matplotlib>=3.6.1, <3.7.0
- numba
- numexpr
- openpyxl
Expand Down
2 changes: 1 addition & 1 deletion ci/deps/actions-311.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ dependencies:
- gcsfs
- jinja2
- lxml
- matplotlib>=3.6.1
- matplotlib>=3.6.1, <3.7.0
# - numba not compatible with 3.11
- numexpr
- openpyxl
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 @@ -34,7 +34,7 @@ dependencies:
- gcsfs
- jinja2
- lxml
- matplotlib>=3.6.1
- matplotlib>=3.6.1, <3.7.0
- numba
- numexpr
- openpyxl
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 @@ -33,7 +33,7 @@ dependencies:
- gcsfs
- jinja2
- lxml
- matplotlib>=3.6.1
- matplotlib>=3.6.1, <3.7.0
- numba
- numexpr
- openpyxl
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 @@ -33,7 +33,7 @@ dependencies:
- gcsfs
- jinja2
- lxml
- matplotlib>=3.6.1
- matplotlib>=3.6.1, <3.7.0
- numba
- numexpr
- openpyxl
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 @@ -33,7 +33,7 @@ dependencies:
- gcsfs
- jinja2
- lxml
- matplotlib>=3.6.1
- matplotlib>=3.6.1, <3.7.0
- numba
- numexpr
- openpyxl
Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ dependencies:
- ipython
- 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
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ gcsfs
ipython
jinja2
lxml
matplotlib>=3.6.1
matplotlib>=3.6.1, <3.7.0
numba>=0.53.1
numexpr>=2.8.0
openpyxl
Expand Down

0 comments on commit dd30415

Please sign in to comment.