From fc20dc3032d2271ac0e456b7b147340b6b567235 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9my=20Marquis?= Date: Tue, 23 Apr 2024 15:27:48 +0200 Subject: [PATCH] Relax ipython version constraint --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index fa026185..ef7c2056 100644 --- a/setup.py +++ b/setup.py @@ -48,7 +48,7 @@ "tqdm", "wheel", "packaging", - "ipython>=8.10.0", + "ipython", "tabulate", "statsmodels>=0.10.1", "openai"