Skip to content

Commit d303b7c

Browse files
authored
CI: Pin matplotlib < 3.8 (#55210)
1 parent b303665 commit d303b7c

7 files changed

+7
-7
lines changed

ci/deps/actions-310.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ dependencies:
3434
- gcsfs>=2022.05.0
3535
- jinja2>=3.1.2
3636
- lxml>=4.8.0
37-
- matplotlib>=3.6.1
37+
- matplotlib>=3.6.1, <3.8
3838
- numba>=0.55.2
3939
- numexpr>=2.8.0
4040
- odfpy>=1.4.1

ci/deps/actions-311-downstream_compat.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ dependencies:
3535
- gcsfs>=2022.05.0
3636
- jinja2>=3.1.2
3737
- lxml>=4.8.0
38-
- matplotlib>=3.6.1
38+
- matplotlib>=3.6.1, <3.8
3939
- numba>=0.55.2
4040
- numexpr>=2.8.0
4141
- odfpy>=1.4.1

ci/deps/actions-311.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ dependencies:
3434
- gcsfs>=2022.05.0
3535
- jinja2>=3.1.2
3636
- lxml>=4.8.0
37-
- matplotlib>=3.6.1
37+
- matplotlib>=3.6.1, <3.8
3838
- numba>=0.55.2
3939
- numexpr>=2.8.0
4040
- odfpy>=1.4.1

ci/deps/actions-39.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ dependencies:
3434
- gcsfs>=2022.05.0
3535
- jinja2>=3.1.2
3636
- lxml>=4.8.0
37-
- matplotlib>=3.6.1
37+
- matplotlib>=3.6.1, <3.8
3838
- numba>=0.55.2
3939
- numexpr>=2.8.0
4040
- odfpy>=1.4.1

ci/deps/circle-310-arm64.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ dependencies:
3434
- gcsfs>=2022.05.0
3535
- jinja2>=3.1.2
3636
- lxml>=4.8.0
37-
- matplotlib>=3.6.1
37+
- matplotlib>=3.6.1, <3.8
3838
# test_numba_vs_cython segfaults with numba 0.57
3939
- numba>=0.55.2, <0.57.0
4040
- numexpr>=2.8.0

environment.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ dependencies:
3636
- ipython
3737
- jinja2>=3.1.2
3838
- lxml>=4.8.0
39-
- matplotlib>=3.6.1
39+
- matplotlib>=3.6.1, <3.8
4040
- numba>=0.55.2
4141
- numexpr>=2.8.0
4242
- openpyxl>=3.0.10

requirements-dev.txt

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

0 commit comments

Comments
 (0)