diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6763f28f..cc4adc4c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -16,7 +16,7 @@ repos: exclude: ".ipynb" - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.13.2 + rev: v0.14.0 hooks: - id: ruff-check args: ["--fix"] diff --git a/ci/environment.yml b/ci/environment.yml index ec06e0db..7770491f 100644 --- a/ci/environment.yml +++ b/ci/environment.yml @@ -6,7 +6,7 @@ dependencies: - python - pip - pip: - - finch-tensor>=0.2.12 + - finch-tensor>=0.2.13 - finch-mlir>=0.0.2 - pytest-codspeed - numpy diff --git a/pixi.toml b/pixi.toml index 939f9ca8..0fe1c4da 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.12" +finch-tensor = ">=0.2.13" [feature.finch.activation.env] SPARSE_BACKEND = "Finch" diff --git a/pyproject.toml b/pyproject.toml index c4495967..4ca30864 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.12"] +finch = ["finch-tensor>=0.2.13"] mlir = ["finch-mlir>=0.0.2"] [project.urls]