Skip to content

Commit 1593a0f

Browse files
authored
MAINT: Upgrade MLIR version (#785)
1 parent df50a8d commit 1593a0f

File tree

3 files changed

+2
-6
lines changed

3 files changed

+2
-6
lines changed

ci/environment.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ dependencies:
1212
- pytest
1313
- pytest-cov
1414
- pytest-xdist
15-
- conda-forge/label/llvm_rc::mlir-python-bindings==19.1.0.rc3
15+
- mlir-python-bindings==19.*
1616
- pip:
1717
- finch-tensor >=0.1.31
1818
- pytest-codspeed

pixi.toml

-4
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,6 @@ precompile = "python -c 'import finch'"
5151
scipy = ">=0.19"
5252
finch-tensor = ">=0.1.31"
5353

54-
[feature.mlir]
55-
channel-priority = "disabled"
56-
channels = ["conda-forge", "conda-forge/label/llvm_rc"]
57-
5854
[feature.mlir.dependencies]
5955
scipy = ">=0.19"
6056
mlir-python-bindings = "19.*"

sparse/mlir_backend/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
except ModuleNotFoundError as e:
44
raise ImportError(
55
"MLIR Python bindings not installed. Run "
6-
"`conda install conda-forge/label/llvm_rc::mlir-python-bindings` "
6+
"`conda install conda-forge::mlir-python-bindings` "
77
"to enable MLIR backend."
88
) from e
99

0 commit comments

Comments
 (0)