Skip to content

Commit e881ace

Browse files
authored
Merge pull request #418 from stonebig/patch-1
allow ipython-8.0
2 parents c962118 + be5161c commit e881ace

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: setup.py

+1-1
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)