From 857e2ab1ae340c17b8ad4747fcc3e331dc5cd0e4 Mon Sep 17 00:00:00 2001 From: Anton Akhmerov <anton.akhmerov@gmail.com> Date: Thu, 8 Apr 2021 09:43:33 +0200 Subject: [PATCH] pin ipython --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 8c8c6fd1..32de2336 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,8 +1,8 @@ jupyter_client -ipython +ipython<7.22 ipykernel pathlib -nbconvert +nbconvert<6.0 plotly matplotlib scipy -- GitLab