From 43c47088474d5a779ac6fad2d40874c5ed106a20 Mon Sep 17 00:00:00 2001 From: jdegenstein Date: Mon, 20 Feb 2023 09:22:13 -0600 Subject: [PATCH] Testing unpinning jedi in setup.py --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index 0efb0ca..85e6f75 100644 --- a/setup.py +++ b/setup.py @@ -30,7 +30,6 @@ setup( install_requires=[ "logbook>=1", "ipython==8.4.0", - "jedi==0.17.2", "path>=16", "PyQt5>=5", "requests>=2,<3",