From 5c391ffc5d6f4a2402d6c772db5b40299e342f6d Mon Sep 17 00:00:00 2001 From: Mikko Kotila Date: Fri, 29 Mar 2024 13:36:39 +0200 Subject: [PATCH 1/4] 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', From 13b0e19c1b9e26c1112bd6a02c986f930406d758 Mon Sep 17 00:00:00 2001 From: Mikko Kotila Date: Fri, 29 Mar 2024 13:37:51 +0200 Subject: [PATCH 2/4] Update __init__.py --- talos/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/talos/__init__.py b/talos/__init__.py index 7c11dd3..636a7cc 100755 --- a/talos/__init__.py +++ b/talos/__init__.py @@ -35,4 +35,4 @@ del commands, scan, model, metrics, key del sub, keep_from_templates, template_sub, warnings -__version__ = "1.3.2" +__version__ = "1.3.3" From 1864b27b2d7067753f9ae27a849cdceed3817394 Mon Sep 17 00:00:00 2001 From: Mikko Kotila Date: Fri, 29 Mar 2024 13:39:00 +0200 Subject: [PATCH 3/4] Update version in index.html --- docs/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.html b/docs/index.html index 44848f7..7b917bf 100644 --- a/docs/index.html +++ b/docs/index.html @@ -16,7 +16,7 @@