Thanks to visit codestin.com Credit goes to github.com
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 f12e1f8 commit 2d4cc76Copy full SHA for 2d4cc76
circle/setup.sh
@@ -29,9 +29,9 @@ for version in ${PLOTLY_PYTHON_VERSIONS[@]}; do
29
then
30
pip install simplejson ordereddict ||
31
error_exit "${LINENO}: can't install extras for Python ${version}"
32
-# pip install -r ${PLOTLY_OPTIONAL_REQUIREMENTS_FILE_2_6}
33
-# else
34
-# pip install -r ${PLOTLY_OPTIONAL_REQUIREMENTS_FILE}
+ pip install -r ${PLOTLY_OPTIONAL_REQUIREMENTS_FILE_2_6}
+ else
+ pip install -r ${PLOTLY_OPTIONAL_REQUIREMENTS_FILE}
35
fi
36
37
# install some test tools
0 commit comments