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 0f9eb1b commit 521a153Copy full SHA for 521a153
setup.py
@@ -39,10 +39,7 @@
39
'Topic :: Scientific/Engineering :: Mathematics',
40
'Operating System :: OS Independent']
41
42
-if (sys.version_info.major, sys.version_info.minor) >= (3, 3):
43
- support_ipython_6 = True
44
-else:
45
- support_ipython_6 = False
+support_ipython_6 = (sys.version_info >= (3, 3))
46
47
install_reqs = [
48
'ipython>=3.2.3' if support_ipython_6 else 'ipython>=3.2.3, <6',
0 commit comments