Skip to content

Commit 8429409

Browse files
authored
Merge branch 'main' into add-interp
2 parents 9983b1b + 3a2e703 commit 8429409

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.14.2
19+
rev: v0.14.3
2020
hooks:
2121
- id: ruff-check
2222
args: ["--fix"]

pixi.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ SPARSE_BACKEND = "Finch"
6464
PYTHONFAULTHANDLER = "${HOME}/faulthandler.log"
6565

6666
[feature.mlir.dependencies]
67-
python = ">=3.10"
67+
python = ">=3.10,<3.14"
6868

6969
[feature.mlir.pypi-dependencies]
7070
scipy = ">=0.19"

0 commit comments

Comments
 (0)