Skip to content

Commit

Permalink
CI: pin matplotlib for doc build (#35358)
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAugspurger committed Jul 20, 2020
1 parent bfac136 commit e673b69
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ci/deps/azure-37-locale.yaml
Expand Up @@ -18,7 +18,7 @@ dependencies:
- ipython
- jinja2
- lxml
- matplotlib
- matplotlib <3.3.0
- moto
- nomkl
- numexpr
Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Expand Up @@ -73,7 +73,7 @@ dependencies:
- ipykernel
- ipython>=7.11.1
- jinja2 # pandas.Styler
- matplotlib>=2.2.2 # pandas.plotting, Series.plot, DataFrame.plot
- matplotlib>=2.2.2,<3.3.0 # pandas.plotting, Series.plot, DataFrame.plot
- numexpr>=2.6.8
- scipy>=1.2
- numba>=0.46.0
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Expand Up @@ -47,7 +47,7 @@ bottleneck>=1.2.1
ipykernel
ipython>=7.11.1
jinja2
matplotlib>=2.2.2
matplotlib>=2.2.2,<3.3.0
numexpr>=2.6.8
scipy>=1.2
numba>=0.46.0
Expand Down

0 comments on commit e673b69

Please sign in to comment.