From 6cf43dede3ad6b504a7bc85ca3236060b7ccefd7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Martyniak?= Date: Wed, 19 Aug 2020 15:21:59 +0200 Subject: [PATCH] Add missing requirements --- requirements.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e74b237..9b48be7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,4 +4,6 @@ pandas>=0.25.3 opencv-python>=4.0.0.21 typing-extensions>=3.7.4.2 more-itertools>=8.1.0 -networkx>=2.3 \ No newline at end of file +networkx>=2.3 +pillow==7.2.0 +scikit-image==0.17.2 \ No newline at end of file