Skip to content

Commit

Permalink
Upgrade finch-tensor to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mtsokol committed Dec 6, 2024
1 parent 128a567 commit 30e3c6b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ci/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ dependencies:
- pytest-cov
- pytest-xdist
- pip:
- finch-tensor>=0.1.31
- finch-tensor>=0.2.0
- finch-mlir>=0.0.2
- pytest-codspeed
2 changes: 1 addition & 1 deletion pixi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ precompile = "python -c 'import finch'"

[feature.finch.pypi-dependencies]
scipy = ">=0.19"
finch-tensor = ">=0.1.31"
finch-tensor = ">=0.2.0"

[feature.finch.activation.env]
SPARSE_BACKEND = "Finch"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ tests = [
tox = ["sparse[tests]", "tox"]
notebooks = ["sparse[tests]", "nbmake", "matplotlib"]
all = ["sparse[docs,tox,notebooks]", "matrepr"]
finch = ["finch-tensor>=0.1.35"]
finch = ["finch-tensor>=0.2.0"]

[project.urls]
Documentation = "https://sparse.pydata.org/"
Expand Down

0 comments on commit 30e3c6b

Please sign in to comment.