Adding sklearn to the dependencies
This commit is contained in:
parent
8675362950
commit
185d576397
1 changed files with 1 additions and 0 deletions
1
setup.py
1
setup.py
|
|
@ -29,6 +29,7 @@ REQUIREMENTS: dict = {
|
|||
'numpy',
|
||||
'qrcode[pil]',
|
||||
'scipy',
|
||||
'sklearn',
|
||||
'tornado',
|
||||
'voila >=0.2.4',
|
||||
],
|
||||
|
|
|
|||
Loading…
Reference in a new issue