File tree 2 files changed +2
-1
lines changed
2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ if [ ! -d $HOME/miniconda/envs/circle_optional ]; then
16
16
# Create environment
17
17
# PYTHON_VERSION=2.7 or 3.5
18
18
$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
20
20
21
21
# Install orca into environment
22
22
$HOME /miniconda/bin/conda install --yes -n circle_optional -c plotly plotly-orca==1.3.1
Original file line number Diff line number Diff line change 59
59
pytest ==3.5.1
60
60
pandas ==0.24.2
61
61
xarray ==0.10.9
62
+ statsmodels ==0.11.1
62
63
backports.tempfile ==1.0
63
64
optional: --editable =file:///{toxinidir}/../plotly-geo
64
65
optional: numpy ==1.16.5
You can’t perform that action at this time.
0 commit comments