File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -19,5 +19,5 @@ if [ ! -d $HOME/miniconda/envs/circle_optional ]; then
1919requests nbformat six retrying psutil pandas decorator pytest mock nose poppler xarray scikit-image ipython jupyter ipykernel ipywidgets
2020
2121 # Install orca into environment
22- $HOME /miniconda/bin/conda install --yes -n circle_optional -c plotly plotly-orca
22+ $HOME /miniconda/bin/conda install --yes -n circle_optional -c plotly plotly-orca=1.2.1
2323fi
Original file line number Diff line number Diff line change @@ -153,7 +153,7 @@ installation of the plotly [orca](https://github.com/plotly/orca) command line u
153153These dependencies can both be installed using conda:
154154
155155```
156- conda install -c plotly plotly-orca psutil
156+ conda install -c plotly plotly-orca==1.2.1 psutil
157157```
158158
159159Or, ` psutil ` can be installed using pip...
You can’t perform that action at this time.
0 commit comments