From 4b2059e5eb7cb8c06ebf9c598846a64fb4fc4e84 Mon Sep 17 00:00:00 2001 From: Marco De Donno Date: Thu, 16 Apr 2020 19:57:53 +0200 Subject: [PATCH] Update the required libraries --- requirements.txt | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/requirements.txt b/requirements.txt index 4967930..7a8ed12 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,5 @@ -cython==0.29.11 -numpy==1.16.4 -pillow==6.1.0 -scipy==1.2.2 \ No newline at end of file +cython==0.29.16 +numpy==1.16.6 +pillow==6.2.2 +scipy==1.2.3 + -- GitLab