From 27c7bb1f50273bcadc2ffae673314f31cc88fce3 Mon Sep 17 00:00:00 2001 From: LiDing <72634327+linkedlist771@users.noreply.github.com> Date: Thu, 23 May 2024 14:37:18 +0800 Subject: [PATCH] Fix: sklearn name2 scikit-learn --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f9b3fc77..f70c13dc 100755 --- a/setup.py +++ b/setup.py @@ -116,7 +116,7 @@ def build_extension(self, ext): 'numpy', 'pandas', 'networkx', -"sklearn", +"scikit-learn", ] setup(