From 9add4bac74fd8cbc9ddd0319cbd2a40ca5751d96 Mon Sep 17 00:00:00 2001 From: Lukas Heumos Date: Sun, 19 May 2024 03:27:32 -0700 Subject: [PATCH] remove pyyaml & explicit scikit-learn (#729) * remove pyyaml * remove explicit scikit-learn --- pyproject.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 9fccfb21..3136e5c1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,9 +51,7 @@ dependencies = [ "lamin_utils", "rich", "scanpy[leiden]", - "pyyaml", "requests", - "scikit-learn", "pynndescent", "miceforest", "scikit-misc",