We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c08c621 commit f36d5e0Copy full SHA for f36d5e0
.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==1.0.3 decorator pytest mock nose poppler 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