From 3887c57bd3e2ba625bd6e4420ff1b3e8ade08a0e Mon Sep 17 00:00:00 2001 From: colganwi Date: Sat, 17 Aug 2024 10:34:11 -0400 Subject: [PATCH] bumping treedata version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 19817e5..e88fa61 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ dependencies = [ "cycler", "networkx", "scanpy", - "treedata", + "treedata>=0.0.2", "matplotlib", "numpy", "pandas",