From e63f10a32f1f72cc37cb1330637967423dd5cdbc Mon Sep 17 00:00:00 2001 From: Giorgia Del Missier <107466296+gioodm@users.noreply.github.com> Date: Mon, 9 Dec 2024 10:36:42 +0000 Subject: [PATCH] Update setup.py (sklearn -> scikit-learn) --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 7314149..7c38c62 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ 'torch_cluster', 'tqdm', 'numpy', - 'sklearn', + 'scikit-learn', 'atom3d' ] -) \ No newline at end of file +)