File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -15,9 +15,11 @@ if [ ! -d $HOME/miniconda/envs/circle_optional ]; then
15
15
16
16
# Create environment
17
17
# PYTHON_VERSION=2.7 or 3.5
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 statsmodels
18
+ $HOME /miniconda/bin/conda create -n circle_optional --yes python=$PYTHON_VERSION
20
19
21
20
# Install orca into environment
22
21
$HOME /miniconda/bin/conda install --yes -n circle_optional -c plotly plotly-orca==1.3.1
22
+
23
+ # Install additional dependencies
24
+ pip install -r ./packages/python/plotly/test_requirements/requirements_38_optional.txt
23
25
fi
You can’t perform that action at this time.
0 commit comments