diff --git a/ci/environment.yml b/ci/environment.yml index e86b34b71..749e1c5d4 100644 --- a/ci/environment.yml +++ b/ci/environment.yml @@ -13,6 +13,6 @@ dependencies: - pytest-cov - pytest-xdist - pip: - - finch-tensor>=0.1.31 + - finch-tensor>=0.2.0 - finch-mlir>=0.0.2 - pytest-codspeed diff --git a/pixi.toml b/pixi.toml index 2420a4acc..14cbd70a0 100644 --- a/pixi.toml +++ b/pixi.toml @@ -49,7 +49,7 @@ precompile = "python -c 'import finch'" [feature.finch.pypi-dependencies] scipy = ">=0.19" -finch-tensor = ">=0.1.31" +finch-tensor = ">=0.2.0" [feature.finch.activation.env] SPARSE_BACKEND = "Finch" diff --git a/pyproject.toml b/pyproject.toml index 1716ae13a..cbf39ec62 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.35"] +finch = ["finch-tensor>=0.2.0"] [project.urls] Documentation = "https://sparse.pydata.org/"