File tree Expand file tree Collapse file tree 3 files changed +2
-6
lines changed Expand file tree Collapse file tree 3 files changed +2
-6
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -51,10 +51,6 @@ precompile = "python -c 'import finch'"
5151scipy = " >=0.19"
5252finch-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 ]
5955scipy = " >=0.19"
6056mlir-python-bindings = " 19.*"
Original file line number Diff line number Diff line change 33except 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
You can’t perform that action at this time.
0 commit comments