We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9983b1b + 3a2e703 commit 8429409Copy full SHA for 8429409
.pre-commit-config.yaml
@@ -16,7 +16,7 @@ repos:
16
exclude: ".ipynb"
17
18
- repo: https://github.com/astral-sh/ruff-pre-commit
19
- rev: v0.14.2
+ rev: v0.14.3
20
hooks:
21
- id: ruff-check
22
args: ["--fix"]
pixi.toml
@@ -64,7 +64,7 @@ SPARSE_BACKEND = "Finch"
64
PYTHONFAULTHANDLER = "${HOME}/faulthandler.log"
65
66
[feature.mlir.dependencies]
67
-python = ">=3.10"
+python = ">=3.10,<3.14"
68
69
[feature.mlir.pypi-dependencies]
70
scipy = ">=0.19"
0 commit comments