From 825f06e7f3735e8ba2841feedd280704201a0436 Mon Sep 17 00:00:00 2001 From: Lukas Heumos Date: Thu, 16 Jan 2025 14:34:30 +0100 Subject: [PATCH] Lower bound for scikit-learn (#701) Signed-off-by: Lukas Heumos --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a7cde908..cf45f8d5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,6 @@ dependencies = [ "muon", "requests", "scikit-misc", - "scipy", "scvi-tools", "adjusttext", "decoupler", @@ -64,6 +63,7 @@ dependencies = [ "pubchempy", "pyarrow", "blitzgsea", + "scikit-learn>= 1.4", # https://github.com/scverse/pertpy/issues/700 "lamin_utils", ]