From a784a049506bba21dcd53df1f4788e5ce3495aa3 Mon Sep 17 00:00:00 2001 From: Can Ergen Date: Mon, 12 Feb 2024 11:34:57 -0800 Subject: [PATCH] Upper bound chex --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index f74902d..16d1091 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,6 +30,7 @@ dependencies = [ "pandas<2.0.0,>=1.4.0", "bbknn>1.5.0", "celltypist>1.3.0", + "chex<0.1.3", "gdown>4.6.0", "h5py>3.7.0", "huggingface-hub>=0.11.1",