From 65fdb8febabe48695e07de64577af46b77cc12ee 2021-01-29 23:06:59 From: Matthias Bussonnier Date: 2021-01-29 23:06:59 Subject: [PATCH] Revert "Merge pull request #12757 from dangreenisrael/patch-1" This reverts commit b8f8280802fe3b53ece56b3cd1e8d47730836106, reversing changes made to 3587f5bb6c8570e7bbb06cf5f7e3bc9b9467355a. IPython master is compatible with jedi 0.18, it's the 7.x branch which is not --- diff --git a/setup.py b/setup.py index 6b972f7..a353555 100755 --- a/setup.py +++ b/setup.py @@ -183,15 +183,15 @@ extras_require = dict( ) install_requires = [ - "setuptools>=18.5", - "jedi>=0.16,<0.18.0", - "decorator", - "pickleshare", - "traitlets>=4.2", - "prompt_toolkit>=2.0.0,<3.1.0,!=3.0.0,!=3.0.1", - "pygments", - "backcall", - "stack_data", + 'setuptools>=18.5', + 'jedi>=0.16', + 'decorator', + 'pickleshare', + 'traitlets>=4.2', + 'prompt_toolkit>=2.0.0,<3.1.0,!=3.0.0,!=3.0.1', + 'pygments', + 'backcall', + 'stack_data', ] # Platform-specific dependencies: