Skip to content

Commit 44637f5

Browse files
committed
pin plotly-orca to 1.3.0
1 parent 40d9168 commit 44637f5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: .circleci/create_conda_optional_env.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ if [ ! -d $HOME/miniconda/envs/circle_optional ]; then
1919
requests 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=1.2.1
22+
$HOME/miniconda/bin/conda install --yes -n circle_optional -c plotly plotly-orca==1.3.0
2323
fi

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ installation of the plotly [orca](https://github.com/plotly/orca) command line u
153153
These dependencies can both be installed using conda:
154154

155155
```
156-
conda install -c plotly plotly-orca==1.2.1 psutil
156+
conda install -c plotly plotly-orca==1.3.0 psutil
157157
```
158158

159159
Or, `psutil` can be installed using pip...

0 commit comments

Comments
 (0)