Skip to content

Commit

Permalink
Merge pull request #684 from pydata/new-release
Browse files Browse the repository at this point in the history
Upgrade `finch-tensor`
  • Loading branch information
mtsokol committed May 22, 2024
2 parents b0f1a81 + a614313 commit 93dde75
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 93dde75

Please sign in to comment.