From feef729143050ce041b5a18f4f23ba74c7a4233a Mon Sep 17 00:00:00 2001 From: jdegenstein Date: Mon, 27 Feb 2023 11:17:43 -0600 Subject: [PATCH] try unpin ipython==8.4.0 to fix linux static builds --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 85e6f75..3360b61 100644 --- a/setup.py +++ b/setup.py @@ -29,7 +29,7 @@ setup( python_requires=">=3.8,<3.11", install_requires=[ "logbook>=1", - "ipython==8.4.0", + "ipython", "path>=16", "PyQt5>=5", "requests>=2,<3",