Skip to content

Commit 8fcdcd3

Browse files
committed
Pin Jedi to <0.17.2.
This may not completely fix the issue, in particular pip may decide to downgrade IPython, but maybe this will lead to less errors.
1 parent 2486838 commit 8fcdcd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@
186186

187187
install_requires = [
188188
'setuptools>=18.5',
189-
'jedi>=0.10',
189+
'jedi>=0.10,<=0.17.2',
190190
'decorator',
191191
'pickleshare',
192192
'traitlets>=4.2',

0 commit comments

Comments
 (0)