Skip to content

Commit 6bf54ea

Browse files
authored
Keep jedi version 0.17.2
Keep jedi package's version in 0.17.2. Lastest version breaks autocomplete on jupyter. ipython/ipython#12740
1 parent f3951d4 commit 6bf54ea

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,8 @@ RUN pip install bleach && \
301301
pip install ipython-genutils && \
302302
pip install ipywidgets && \
303303
pip install isoweek && \
304-
pip install jedi && \
304+
# Lastest version breaks ipython. https://github.com/ipython/ipython/issues/12740
305+
pip install jedi==0.17.2 && \
305306
pip install Jinja2 && \
306307
pip install jsonschema && \
307308
pip install jupyter && \

0 commit comments

Comments
 (0)