Skip to content

Commit

Permalink
Pin Jedi to <0.17.2.
Browse files Browse the repository at this point in the history
This may not completely fix the issue, in particular pip may decide to
downgrade IPython,  but maybe this will lead to less errors.
  • Loading branch information
Carreau committed Nov 26, 2021
1 parent 2486838 commit 8fcdcd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@

install_requires = [
'setuptools>=18.5',
'jedi>=0.10',
'jedi>=0.10,<=0.17.2',
'decorator',
'pickleshare',
'traitlets>=4.2',
Expand Down

0 comments on commit 8fcdcd3

Please sign in to comment.