From 8a1ffc16ad56e31eb884c84371fc4cc9ffb0a669 Mon Sep 17 00:00:00 2001 From: "Andre F. Rendeiro" Date: Wed, 10 May 2023 10:45:17 +0200 Subject: [PATCH] change sklearn to scikit-learn in requirements.txt and setup.py; related to #32 --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index e9dfb7d..f3cd97d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ pandas numpy nbformat pyyaml -sklearn +scikit-learn argparse matplotlib loompy diff --git a/setup.py b/setup.py index 0a83171..af6fc84 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ "numpy", "nbformat", "pyyaml", - "sklearn", + "scikit-learn", "argparse", "matplotlib", "loompy",