Skip to content

Commit 70dd597

Browse files
committed
MAINT: Ensure seaborn is available for docbuild
Add seaborn to docbuild
1 parent 0880f35 commit 70dd597

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)