From 211ad7cd083141f4a7541b217d009ee5c7da00f6 Mon Sep 17 00:00:00 2001 From: Benjamin Rombaut Date: Wed, 25 Sep 2024 12:36:29 +0200 Subject: [PATCH] add version limit for mudata and anndata --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 1fad499..1ab0ec8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ urls.Documentation = "https://flowsom.readthedocs.io/en/latest/" urls.Source = "https://github.com/saeyslab/FlowSOM_Python" urls.Home-page = "https://github.com/saeyslab/FlowSOM_Python" dependencies = [ - "mudata", + "mudata<=0.2.4", "numpy", "matplotlib", "pandas", @@ -37,7 +37,7 @@ dependencies = [ "numba", "scanpy", "seaborn", - "anndata", + "anndata<=0.10.8", "loguru", ]