We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
plotly
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent eb81ce1 commit d1aa1ddCopy full SHA for d1aa1dd
.circleci/create_conda_optional_env.sh
@@ -16,7 +16,7 @@ if [ ! -d $HOME/miniconda/envs/circle_optional ]; then
16
# Create environment
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
+requests nbformat six retrying psutil pandas decorator pytest mock nose poppler==0.81.0 xarray scikit-image ipython jupyter ipykernel ipywidgets statsmodels
20
21
# Install orca into environment
22
$HOME/miniconda/bin/conda install --yes -n circle_optional -c plotly plotly-orca==1.3.1
0 commit comments