Skip to content

Commit 9764189

Browse files
[pre-commit.ci] pre-commit autoupdate (#900)
1 parent df62b7a commit 9764189

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ repos:
1616
exclude: ".ipynb"
1717

1818
- repo: https://github.com/astral-sh/ruff-pre-commit
19-
rev: v0.13.2
19+
rev: v0.14.0
2020
hooks:
2121
- id: ruff-check
2222
args: ["--fix"]

ci/environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ dependencies:
66
- python
77
- pip
88
- pip:
9-
- finch-tensor>=0.2.12
9+
- finch-tensor>=0.2.13
1010
- finch-mlir>=0.0.2
1111
- pytest-codspeed
1212
- numpy

pixi.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ juliaup = ">=1.17.10"
5555

5656
[feature.finch.pypi-dependencies]
5757
scipy = ">=1.13"
58-
finch-tensor = ">=0.2.12"
58+
finch-tensor = ">=0.2.13"
5959

6060
[feature.finch.activation.env]
6161
SPARSE_BACKEND = "Finch"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ tests = [
5454
tox = ["sparse[tests]", "tox"]
5555
notebooks = ["sparse[tests]", "nbmake", "matplotlib"]
5656
all = ["sparse[docs,tox,notebooks,mlir]", "matrepr"]
57-
finch = ["finch-tensor>=0.2.12"]
57+
finch = ["finch-tensor>=0.2.13"]
5858
mlir = ["finch-mlir>=0.0.2"]
5959

6060
[project.urls]

0 commit comments

Comments
 (0)