Skip to content

Commit

Permalink
Bump finch-tensor version
Browse files Browse the repository at this point in the history
  • Loading branch information
mtsokol committed May 22, 2024
1 parent b0f1a81 commit a614313
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/sddmm_example.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import scipy.sparse as sps

LEN = 10000
DENSITY = 0.0001
DENSITY = 0.00001
ITERS = 3
rng = np.random.default_rng(0)

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ tests = [
]
tox = ["sparse[tests]", "tox"]
all = ["sparse[docs,tox]", "matrepr"]
finch = ["finch-tensor>=0.1.20"]
finch = ["finch-tensor>=0.1.22"]

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

0 comments on commit a614313

Please sign in to comment.