From 131eee01348b04b95f8bad10669ce8e11259ddb0 Mon Sep 17 00:00:00 2001 From: Zehua Zeng Date: Fri, 30 Aug 2024 14:11:55 +0800 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e62b3eb1..ce770110 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,7 @@ dependencies = [ 'graphtools>=1.5', 'phate>=1.0', 'tqdm>=4.64', - 'pydeseq2>=0.3, <=0.4.0', + 'pydeseq2>=0.3', 'mofax>=0.3', 'adjustText>=0.8', 'scikit-misc>=0.1',