Skip to content

Commit 93dde75

Browse files
authored
Merge pull request #684 from pydata/new-release
Upgrade `finch-tensor`
2 parents b0f1a81 + a614313 commit 93dde75

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/sddmm_example.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
import scipy.sparse as sps
77

88
LEN = 10000
9-
DENSITY = 0.0001
9+
DENSITY = 0.00001
1010
ITERS = 3
1111
rng = np.random.default_rng(0)
1212

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.20"]
41+
finch = ["finch-tensor>=0.1.22"]
4242

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

0 commit comments

Comments
 (0)