From 58b611e21bf9f7e7219de8e8a744794c62e37c13 Mon Sep 17 00:00:00 2001 From: q-posev Date: Thu, 9 Sep 2021 15:08:01 +0200 Subject: [PATCH] add setuptools and jupyter to requirements.txt --- python/requirements.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/python/requirements.txt b/python/requirements.txt index 67128a1..769a89d 100644 --- a/python/requirements.txt +++ b/python/requirements.txt @@ -1,2 +1,4 @@ +setuptools>=42 pkgconfig numpy +jupyter