From 16995d573abcf5df2312be2768b933c203a9541a Mon Sep 17 00:00:00 2001 From: TarikExner Date: Mon, 26 Aug 2024 15:17:43 +0200 Subject: [PATCH] added pytometry as dependency to resolve pip issue with installing --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index acb057a..4dd24d1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,6 +19,7 @@ classifiers = [ "Operating System :: OS Independent", ] dependencies = [ + "pytometry", "anndata", "numpy", "scipy",