Skip to content

Commit 62a5ffe

Browse files
authored
New finch-tensor release (#852)
1 parent 4e983e3 commit 62a5ffe

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

ci/environment.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ dependencies:
66
- python
77
- pip
88
- pip:
9-
- finch-tensor>=0.2.8
9+
- finch-tensor>=0.2.9
1010
- finch-mlir>=0.0.2
1111
- pytest-codspeed
1212
- numpy

pixi.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ juliaup = ">=1.17.10"
5555

5656
[feature.finch.pypi-dependencies]
5757
scipy = ">=1.13"
58-
finch-tensor = ">=0.2.8"
58+
finch-tensor = ">=0.2.9"
5959

6060
[feature.finch.activation.env]
6161
SPARSE_BACKEND = "Finch"

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ tests = [
5454
tox = ["sparse[tests]", "tox"]
5555
notebooks = ["sparse[tests]", "nbmake", "matplotlib"]
5656
all = ["sparse[docs,tox,notebooks,mlir]", "matrepr"]
57-
finch = ["finch-tensor>=0.2.8"]
57+
finch = ["finch-tensor>=0.2.9"]
5858
mlir = ["finch-mlir>=0.0.2"]
5959

6060
[project.urls]

0 commit comments

Comments
 (0)