Skip to content

Commit

Permalink
Merge branch 'main' into broadcast_to-func
Browse files Browse the repository at this point in the history
  • Loading branch information
mtsokol authored Oct 2, 2024
2 parents bc37447 + 1593a0f commit 8448d56
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion ci/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies:
- pytest
- pytest-cov
- pytest-xdist
- conda-forge/label/llvm_rc::mlir-python-bindings==19.1.0.rc3
- mlir-python-bindings==19.*
- pip:
- finch-tensor >=0.1.31
- pytest-codspeed
4 changes: 0 additions & 4 deletions pixi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,6 @@ precompile = "python -c 'import finch'"
scipy = ">=0.19"
finch-tensor = ">=0.1.31"

[feature.mlir]
channel-priority = "disabled"
channels = ["conda-forge", "conda-forge/label/llvm_rc"]

[feature.mlir.dependencies]
scipy = ">=0.19"
mlir-python-bindings = "19.*"
Expand Down
2 changes: 1 addition & 1 deletion sparse/mlir_backend/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
except ModuleNotFoundError as e:
raise ImportError(
"MLIR Python bindings not installed. Run "
"`conda install conda-forge/label/llvm_rc::mlir-python-bindings` "
"`conda install conda-forge::mlir-python-bindings` "
"to enable MLIR backend."
) from e

Expand Down

0 comments on commit 8448d56

Please sign in to comment.