Skip to content

Commit 7dd601b

Browse files
committed
require at least ipython 6.1 so we can use _repr_mimebundle
1 parent 7ae97ac commit 7dd601b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@
108108
setuptools_args = {}
109109
install_requires = setuptools_args['install_requires'] = [
110110
'ipykernel>=4.5.1',
111+
'ipython>=6.1.0', # to use _repr_mimebundle
111112
'traitlets>=4.3.1',
112113
# Requiring nbformat to specify bugfix version which is not required by
113114
# notebook.
@@ -120,7 +121,6 @@
120121
]
121122

122123
extras_require = setuptools_args['extras_require'] = {
123-
'': ['ipython>=4.0.0'],
124124
'test': ['pytest>=3.6.0', 'pytest-cov'],
125125
}
126126

0 commit comments

Comments
 (0)