Skip to content

Commit

Permalink
Merge pull request #2293 from plotly/pin-orca
Browse files Browse the repository at this point in the history
pinning orca
  • Loading branch information
nicolaskruchten authored Mar 20, 2020
2 parents f675095 + 228b7e9 commit 0646966
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/create_conda_optional_env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ if [ ! -d $HOME/miniconda/envs/circle_optional ]; then
requests nbformat six retrying psutil pandas decorator pytest mock nose poppler xarray scikit-image ipython jupyter ipykernel ipywidgets

# Install orca into environment
$HOME/miniconda/bin/conda install --yes -n circle_optional -c plotly plotly-orca
$HOME/miniconda/bin/conda install --yes -n circle_optional -c plotly plotly-orca=1.2.1
fi
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ installation of the plotly [orca](https://github.com/plotly/orca) command line u
These dependencies can both be installed using conda:

```
conda install -c plotly plotly-orca psutil
conda install -c plotly plotly-orca==1.2.1 psutil
```

Or, `psutil` can be installed using pip...
Expand Down

0 comments on commit 0646966

Please sign in to comment.