From b8c83c82705563b282945de05e6bfa71f8ee1102 Mon Sep 17 00:00:00 2001 From: Hirak Sarkar Date: Sun, 21 Jan 2024 17:26:26 -0500 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ec091b5..81666e5 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ "numpy>=1.19.5", "pandas>=1.2.1", "scipy >=1.4.1", - "anndata>=0.7.5" + "anndata>=0.7.5", "scikit-learn>=0.24.2", "matplotlib", "seaborn>=0.11.1",