Skip to content

Commit f0f173c

Browse files
committed
require at least ipython 6.1 so we can use _repr_mimebundle
1 parent 8e7e8fe commit f0f173c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@
111111
setuptools_args = {}
112112
install_requires = setuptools_args['install_requires'] = [
113113
'ipykernel>=4.5.1',
114+
'ipython>=6.1.0', # to use _repr_mimebundle
114115
'traitlets>=4.3.1',
115116
# Requiring nbformat to specify bugfix version which is not required by
116117
# notebook.

0 commit comments

Comments
 (0)