From 415eb6d314266988c4574dea1bd7a3bad5eefd3d Mon Sep 17 00:00:00 2001 From: Tilman Burghoff Date: Wed, 27 Aug 2025 13:35:04 +0200 Subject: [PATCH] change to scikit-learn in setup since sklearn is deprecated --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d973936..9ba1a1b 100644 --- a/setup.py +++ b/setup.py @@ -30,7 +30,7 @@ 'cvxopt', 'dill', 'h5py', - 'sklearn', + 'scikit-learn', 'grasp_nms' ] )