Skip to content

Commit 128dd5a

Browse files
authored
Upgrade finch-tensor (#700)
1 parent c0a3778 commit 128dd5a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ci/Finch-array-api-xfails.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ array_api_tests/test_indexing_functions.py::test_take
192192
# not implemented
193193
array_api_tests/test_linalg.py::test_matrix_transpose
194194
array_api_tests/test_linalg.py::test_vecdot
195-
# fails for a few cases
195+
# test suite draws two scalars
196196
array_api_tests/test_linalg.py::test_tensordot
197197

198198
# test_manipulation_functions

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ tests = [
3838
]
3939
tox = ["sparse[tests]", "tox"]
4040
all = ["sparse[docs,tox]", "matrepr"]
41-
finch = ["finch-tensor>=0.1.26"]
41+
finch = ["finch-tensor>=0.1.27"]
4242

4343
[project.urls]
4444
Documentation = "https://sparse.pydata.org/"

0 commit comments

Comments
 (0)