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 404143e commit 9f5d32dCopy full SHA for 9f5d32d
circle/setup.sh
@@ -36,7 +36,7 @@ for version in ${PLOTLY_PYTHON_VERSIONS[@]}; do
36
# handle funkiness around python 2.6
37
if [ ${version:0:3} == '2.6' ]
38
then
39
- pip install simplejson ordereddict ||
+ pip install -e '.[PY2.6]' ||
40
error_exit "${LINENO}: can't install extras for Python ${version}"
41
pip install -r ${PLOTLY_OPTIONAL_REQUIREMENTS_FILE_2_6} ||
42
error_exit "${LINENO}: can't install optional for Python ${version}"
0 commit comments