Skip to content

Commit 3a2e703

Browse files
authored
Lock mlir to python <3.14 (#906)
Signed-off-by: Pradyot Ranjan <99216956+pradyotRanjan@users.noreply.github.com> Co-authored-by: Pradyot Ranjan <99216956+pradyotRanjan@users.noreply.github.com>
1 parent f96d333 commit 3a2e703

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)