From 40f2d06348ebe8a979d7938c0a0e70d2edb03c5a Mon Sep 17 00:00:00 2001 From: franzi Date: Thu, 22 Sep 2022 11:53:44 +0200 Subject: [PATCH] add jupyter notebook as requirement --- requirements.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/requirements.txt b/requirements.txt index 762aee0..cc87979 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,5 @@ +ipython>=8.2.0 +notebook>=6.4.10 numpy>=1.22.3 pandas>=1.4.2 scipy>=1.8.0