Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions ubuntu/python/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ RUN virtualenv -p python3.8 --system-site-packages /databricks/python3
# Versions are intended to reflect DBR 9.0
RUN /databricks/python3/bin/pip install \
six==1.15.0 \
# downgrade ipython to maintain backwards compatibility with 7.x and 8.x runtimes
ipython==7.4.0 \
# ensure minimum ipython version for Python autocomplete with jedi 0.17.x
ipython==7.19.0 \
numpy==1.19.2 \
pandas==1.2.4 \
pyarrow==4.0.0 \
Expand Down