Skip to content

Commit 65fdb8f

Browse files
committed
Revert "Merge pull request ipython#12757 from dangreenisrael/patch-1"
This reverts commit b8f8280, reversing changes made to 3587f5b. IPython master is compatible with jedi 0.18, it's the 7.x branch which is not
1 parent 6a7c488 commit 65fdb8f

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

setup.py

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -183,15 +183,15 @@
183183
)
184184

185185
install_requires = [
186-
"setuptools>=18.5",
187-
"jedi>=0.16,<0.18.0",
188-
"decorator",
189-
"pickleshare",
190-
"traitlets>=4.2",
191-
"prompt_toolkit>=2.0.0,<3.1.0,!=3.0.0,!=3.0.1",
192-
"pygments",
193-
"backcall",
194-
"stack_data",
186+
'setuptools>=18.5',
187+
'jedi>=0.16',
188+
'decorator',
189+
'pickleshare',
190+
'traitlets>=4.2',
191+
'prompt_toolkit>=2.0.0,<3.1.0,!=3.0.0,!=3.0.1',
192+
'pygments',
193+
'backcall',
194+
'stack_data',
195195
]
196196

197197
# Platform-specific dependencies:

0 commit comments

Comments
 (0)