diff --git a/setup.py b/setup.py index e6366ce7..5360058a 100644 --- a/setup.py +++ b/setup.py @@ -58,7 +58,7 @@ license='BSD License', include_package_data=True, install_requires=[ - 'ipython<8', + 'ipython<9', 'numpy', 'ipython_genutils', 'pillow',