Skip to content

Commit e673b69

Browse files
CI: pin matplotlib for doc build (pandas-dev#35358)
1 parent bfac136 commit e673b69

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

ci/deps/azure-37-locale.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ dependencies:
1818
- ipython
1919
- jinja2
2020
- lxml
21-
- matplotlib
21+
- matplotlib <3.3.0
2222
- moto
2323
- nomkl
2424
- numexpr

environment.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ dependencies:
7373
- ipykernel
7474
- ipython>=7.11.1
7575
- jinja2 # pandas.Styler
76-
- matplotlib>=2.2.2 # pandas.plotting, Series.plot, DataFrame.plot
76+
- matplotlib>=2.2.2,<3.3.0 # pandas.plotting, Series.plot, DataFrame.plot
7777
- numexpr>=2.6.8
7878
- scipy>=1.2
7979
- numba>=0.46.0

requirements-dev.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ bottleneck>=1.2.1
4747
ipykernel
4848
ipython>=7.11.1
4949
jinja2
50-
matplotlib>=2.2.2
50+
matplotlib>=2.2.2,<3.3.0
5151
numexpr>=2.6.8
5252
scipy>=1.2
5353
numba>=0.46.0

0 commit comments

Comments
 (0)