From cfb952047f86a863f09ac034fb8444992947b66e Mon Sep 17 00:00:00 2001 From: jdegenstein Date: Thu, 20 Oct 2022 22:18:58 -0500 Subject: [PATCH] fix pin --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 653085c..6217a80 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==8.4.0", "path>=16", "PyQt5>=5", "requests>=2,<3",