diff --git a/ubuntu/python/Dockerfile b/ubuntu/python/Dockerfile index a9af7b9..dd496f1 100644 --- a/ubuntu/python/Dockerfile +++ b/ubuntu/python/Dockerfile @@ -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 \