From 9245afc9119ea6b77583c59a2d6397c6db29b483 Mon Sep 17 00:00:00 2001 From: "P. L. Lim" <2090236+pllim@users.noreply.github.com> Date: Fri, 28 Apr 2023 09:55:26 -0400 Subject: [PATCH] IPython 8.13+ is Python 3.9 only --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index 90d5dab1d8..08b3ae6fbb 100644 --- a/setup.cfg +++ b/setup.cfg @@ -27,6 +27,7 @@ install_requires = glue-core>=1.6.0,!=v1.9.0 glue-jupyter>=0.15.0 echo>=0.5.0 + ipython<8.13;python_version=='3.8' ipykernel>=6.19.4 ipyvue>=1.6 ipyvuetify>=1.7.0