Skip to content

Commit be5161c

Browse files
authored
allow ipython-8.0
now that ipython-8 is there, maybe it's not a problem #409
1 parent a7e7124 commit be5161c

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
@@ -58,7 +58,7 @@
5858
license='BSD License',
5959
include_package_data=True,
6060
install_requires=[
61-
'ipython<8',
61+
'ipython<9',
6262
'numpy',
6363
'ipython_genutils',
6464
'pillow',

0 commit comments

Comments
 (0)