From 389fbb4773a9ecc6ffdc240c57923124ecdd4b30 Mon Sep 17 00:00:00 2001 From: Benjamin Fineran Date: Fri, 28 Apr 2023 14:15:58 -0400 Subject: [PATCH] pin ipython dep for compatibility with python < 3.9 (#206) (#208) --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 7f81a7bf18f3..0a83b06caedb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -41,7 +41,7 @@ seaborn>=0.11.0 sparseml[torchvision] >= 1.4 # Extras -------------------------------------- -ipython # interactive notebook +ipython<=8.12 # interactive notebook psutil # system utilization thop>=0.1.1 # FLOPs computation # mss # screenshots