Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2d4cc76

Browse files
committed
Add in the optional requirements again.
1 parent f12e1f8 commit 2d4cc76

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

circle/setup.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ for version in ${PLOTLY_PYTHON_VERSIONS[@]}; do
2929
then
3030
pip install simplejson ordereddict ||
3131
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}
32+
pip install -r ${PLOTLY_OPTIONAL_REQUIREMENTS_FILE_2_6}
33+
else
34+
pip install -r ${PLOTLY_OPTIONAL_REQUIREMENTS_FILE}
3535
fi
3636

3737
# install some test tools

0 commit comments

Comments
 (0)