From 185d57639744e8f4bcb68635b8f8b6d2a370568e Mon Sep 17 00:00:00 2001 From: Nicolas Mounet Date: Wed, 2 Jun 2021 07:16:00 +0200 Subject: [PATCH] Adding sklearn to the dependencies --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index e99d3185..3d5fc17b 100644 --- a/setup.py +++ b/setup.py @@ -29,6 +29,7 @@ REQUIREMENTS: dict = { 'numpy', 'qrcode[pil]', 'scipy', + 'sklearn', 'tornado', 'voila >=0.2.4', ],