diff --git a/ci/environment.yml b/ci/environment.yml index 1f3a5064..5070fd94 100644 --- a/ci/environment.yml +++ b/ci/environment.yml @@ -6,7 +6,7 @@ dependencies: - python - pip - pip: - - finch-tensor>=0.2.8 + - finch-tensor>=0.2.9 - finch-mlir>=0.0.2 - pytest-codspeed - numpy diff --git a/pixi.toml b/pixi.toml index bbd6ee7f..57146cc2 100644 --- a/pixi.toml +++ b/pixi.toml @@ -55,7 +55,7 @@ juliaup = ">=1.17.10" [feature.finch.pypi-dependencies] scipy = ">=1.13" -finch-tensor = ">=0.2.8" +finch-tensor = ">=0.2.9" [feature.finch.activation.env] SPARSE_BACKEND = "Finch" diff --git a/pyproject.toml b/pyproject.toml index 78e279d4..3aa36854 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,mlir]", "matrepr"] -finch = ["finch-tensor>=0.2.8"] +finch = ["finch-tensor>=0.2.9"] mlir = ["finch-mlir>=0.0.2"] [project.urls]