Skip to content

Commit d64fef4

Browse files
authored
Merge pull request #952 from donielix/patch-1
Keep jedi version 0.17.2
2 parents f3951d4 + 6bf54ea commit d64fef4

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)