File tree 3 files changed +2
-6
lines changed
3 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ dependencies:
12
12
- pytest
13
13
- pytest-cov
14
14
- pytest-xdist
15
- - conda-forge/label/llvm_rc:: mlir-python-bindings==19.1.0.rc3
15
+ - mlir-python-bindings==19.*
16
16
- pip :
17
17
- finch-tensor >=0.1.31
18
18
- pytest-codspeed
Original file line number Diff line number Diff line change @@ -51,10 +51,6 @@ precompile = "python -c 'import finch'"
51
51
scipy = " >=0.19"
52
52
finch-tensor = " >=0.1.31"
53
53
54
- [feature .mlir ]
55
- channel-priority = " disabled"
56
- channels = [" conda-forge" , " conda-forge/label/llvm_rc" ]
57
-
58
54
[feature .mlir .dependencies ]
59
55
scipy = " >=0.19"
60
56
mlir-python-bindings = " 19.*"
Original file line number Diff line number Diff line change 3
3
except ModuleNotFoundError as e :
4
4
raise ImportError (
5
5
"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` "
7
7
"to enable MLIR backend."
8
8
) from e
9
9
You can’t perform that action at this time.
0 commit comments