From 2557fb54eafdf054cbe35c36718b6e5d3e405a10 Mon Sep 17 00:00:00 2001 From: Daniel Gheorghita Date: Mon, 12 Jun 2023 17:41:15 +0300 Subject: [PATCH] BSC-17592 Allowing the ipython and traitlets versions available through standard ubuntu 20.04 packages --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 44c96c26..9978ec0a 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ zip_safe=False, install_requires=[ "requests >= 2.3.0", - "IPython >= 7.9", + "IPython >= 7.13.0", "traitlets >= 4.3.3", ], tests_require=[