From 5c391ffc5d6f4a2402d6c772db5b40299e342f6d Mon Sep 17 00:00:00 2001 From: Mikko Kotila Date: Fri, 29 Mar 2024 13:36:39 +0200 Subject: [PATCH] Update setup.py Fix the issue with scikit-learn install --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 5d9448a..93a9c62 100755 --- a/setup.py +++ b/setup.py @@ -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: @@ -33,7 +33,7 @@ 'numpy', 'pandas', 'astetik', - 'sklearn', + 'scikit-learn', 'tqdm', 'chances', 'kerasplotlib',