Skip to content

Commit 7cf2ad0

Browse files
committed
added statsmodels to dependencies for CI
1 parent e273882 commit 7cf2ad0

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.circleci/create_conda_optional_env.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ if [ ! -d $HOME/miniconda/envs/circle_optional ]; then
1616
# Create environment
1717
# PYTHON_VERSION=2.7 or 3.5
1818
$HOME/miniconda/bin/conda create -n circle_optional --yes python=$PYTHON_VERSION \
19-
requests nbformat six retrying psutil pandas decorator pytest mock nose poppler xarray scikit-image ipython jupyter ipykernel ipywidgets
19+
requests nbformat six retrying psutil pandas decorator pytest mock nose poppler xarray scikit-image ipython jupyter ipykernel ipywidgets statsmodels
2020

2121
# Install orca into environment
2222
$HOME/miniconda/bin/conda install --yes -n circle_optional -c plotly plotly-orca==1.3.1

packages/python/plotly/tox.ini

+1
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ deps=
5959
pytest==3.5.1
6060
pandas==0.24.2
6161
xarray==0.10.9
62+
statsmodels==0.11.1
6263
backports.tempfile==1.0
6364
optional: --editable=file:///{toxinidir}/../plotly-geo
6465
optional: numpy==1.16.5

0 commit comments

Comments
 (0)