Adding sklearn to the dependencies

This commit is contained in:
Nicolas Mounet 2021-06-02 07:16:00 +02:00
parent 8675362950
commit 185d576397

View file

@ -29,6 +29,7 @@ REQUIREMENTS: dict = {
'numpy',
'qrcode[pil]',
'scipy',
'sklearn',
'tornado',
'voila >=0.2.4',
],