From 511524c33084dfaab93b2a45036b256d2e688f3a Mon Sep 17 00:00:00 2001 From: alex-l-kong <31424707+alex-l-kong@users.noreply.github.com> Date: Fri, 25 Aug 2023 17:08:37 -0700 Subject: [PATCH] Unpin tables dependency (#1047) --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8e289ecc4..266acc070 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,6 @@ dependencies = [ "seaborn>=0.12,<1", "spatial-lda>=0.1.3,<1", "statsmodels>=0.13.2,<1", - "tables>=3.7", "tifffile>=2022", "tqdm>=4,<5", "umap-learn>=0.5,<1.0",