Skip to content

Commit 659e2b9

Browse files
committed
Revert "added statsmodels to dependencies for CI"
This reverts commit 7cf2ad0.
1 parent 73dba81 commit 659e2b9

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.circleci/create_conda_optional_env.sh

Lines changed: 1 addition & 1 deletion
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 statsmodels
19+
requests nbformat six retrying psutil pandas decorator pytest mock nose poppler xarray scikit-image ipython jupyter ipykernel ipywidgets
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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ deps=
5959
pytest==3.5.1
6060
pandas==0.24.2
6161
xarray==0.10.9
62-
statsmodels==0.11.1
6362
backports.tempfile==1.0
6463
optional: --editable=file:///{toxinidir}/../plotly-geo
6564
optional: numpy==1.16.5

0 commit comments

Comments
 (0)