We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d421a07 commit 724a007Copy full SHA for 724a007
setup.py
@@ -161,9 +161,9 @@
161
'pygments==2.7.4;python_version>="3.5"',
162
'traitlets==4.3.3;python_version<"3.7"',
163
'traitlets==5.0.5;python_version>="3.7"',
164
- 'ipython==5.10.0;python_version<"3.5"',
165
'prompt-toolkit==1.0.18;python_version<"3.6"',
166
'prompt-toolkit==3.0.15;python_version>="3.6"',
+ 'ipython==5.10.0;python_version<"3.5"',
167
'ipython==6.5.0;python_version>="3.5" and python_version<"3.6"',
168
'ipython==7.16.1;python_version>="3.6" and python_version<"3.7"',
169
'ipython==7.20.0;python_version>="3.7"',
0 commit comments