From 20dc56b7fcb22609d0bbe20fb1d3073bafb633c7 Mon Sep 17 00:00:00 2001 From: Willow Ahrens Date: Tue, 19 Nov 2024 10:02:18 -0500 Subject: [PATCH] update finch-tensor-python to fix tests --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 77fab122..1716ae13 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,7 @@ tests = [ tox = ["sparse[tests]", "tox"] notebooks = ["sparse[tests]", "nbmake", "matplotlib"] all = ["sparse[docs,tox,notebooks]", "matrepr"] -finch = ["finch-tensor>=0.1.31"] +finch = ["finch-tensor>=0.1.35"] [project.urls] Documentation = "https://sparse.pydata.org/"