Skip to content

Commit dd30415

Browse files
authored
CI: Pin matplotlib to < 3.7.0 (#51393)
1 parent 74d5c19 commit dd30415

8 files changed

+8
-8
lines changed

ci/deps/actions-310.yaml

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

ci/deps/actions-311.yaml

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

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>=3.6.1
37+
- matplotlib>=3.6.1, <3.7.0
3838
- numba
3939
- numexpr
4040
- openpyxl

ci/deps/actions-38.yaml

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

ci/deps/actions-39.yaml

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

environment.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ dependencies:
3636
- ipython
3737
- jinja2
3838
- lxml
39-
- matplotlib>=3.6.1
39+
- matplotlib>=3.6.1, <3.7.0
4040
- numba>=0.53.1
4141
- numexpr>=2.8.0 # pin for "Run checks on imported code" job
4242
- openpyxl

requirements-dev.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ gcsfs
2525
ipython
2626
jinja2
2727
lxml
28-
matplotlib>=3.6.1
28+
matplotlib>=3.6.1, <3.7.0
2929
numba>=0.53.1
3030
numexpr>=2.8.0
3131
openpyxl

0 commit comments

Comments
 (0)