File tree 2 files changed +2
-2
lines changed
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
19
19
requests nbformat six retrying psutil pandas decorator pytest mock nose poppler xarray scikit-image ipython jupyter ipykernel ipywidgets
20
20
21
21
# Install orca into environment
22
- $HOME /miniconda/bin/conda install --yes -n circle_optional -c plotly plotly-orca=1.2.1
22
+ $HOME /miniconda/bin/conda install --yes -n circle_optional -c plotly plotly-orca==1.3.0
23
23
fi
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
153
153
These dependencies can both be installed using conda:
154
154
155
155
```
156
- conda install -c plotly plotly-orca==1.2.1 psutil
156
+ conda install -c plotly plotly-orca==1.3.0 psutil
157
157
```
158
158
159
159
Or, ` psutil ` can be installed using pip...
You can’t perform that action at this time.
0 commit comments