From 1331459523956ddb55f7c20c2526f2140098adc8 Mon Sep 17 00:00:00 2001 From: davips Date: Mon, 13 Mar 2023 12:19:04 -0300 Subject: [PATCH] Update dependence on scikit-learn due to sklearn deprecation --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index f5f8073..c27c5db 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ author_email='hadrien.lorenzo.2015@gmail.com', license='MIT', packages=['py_ddspls'], - install_requires=['numpy','pandas','sklearn'], + install_requires=['numpy','pandas','scikit-learn'], dependency_links=['http://github.com/hlorenzo/py_ddspls'], scripts=['bin/example.py'], zip_safe=False, @@ -19,4 +19,4 @@ 'data': ['data/penicilliumYES.npy', 'data/liverToxicity.npy']} -) \ No newline at end of file +)