Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
Fix the issue with scikit-learn install
  • Loading branch information
mikkokotila authored Mar 29, 2024
1 parent 280f059 commit 5c391ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
URL = 'http://autonom.io'
LICENSE = 'MIT'
DOWNLOAD_URL = 'https://github.com/autonomio/talos/'
VERSION = '1.3.2'
VERSION = '1.3.3'


try:
Expand All @@ -33,7 +33,7 @@
'numpy',
'pandas',
'astetik',
'sklearn',
'scikit-learn',
'tqdm',
'chances',
'kerasplotlib',
Expand Down

0 comments on commit 5c391ff

Please sign in to comment.