Skip to content

Commit 0170e81

Browse files
authored
Merge pull request statsmodels#5960 from bashtage/seaborn-docbuild
MAINT: Ensure seaborn is available for docbuild
2 parents 0880f35 + 70dd597 commit 0170e81

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/ci/docbuild_install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ sudo apt-get install graphviz libgfortran3 -qq
1010
echo conda install --channel conda-forge sphinx jupyter nbconvert numpydoc==0.8.0 r-robustbase r-lme4 r-geepack libiconv rpy2 --yes --quiet
1111
conda install --channel conda-forge sphinx jupyter nbconvert numpydoc==0.8.0 r-robustbase r-lme4 r-geepack libiconv rpy2 --yes --quiet
1212
# doctr and pdr
13-
echo pip install doctr pandas-datareader simplegeneric
14-
pip install doctr pandas-datareader simplegeneric
13+
echo pip install doctr pandas-datareader simplegeneric seaborn
14+
pip install doctr pandas-datareader simplegeneric seaborn

0 commit comments

Comments
 (0)