Skip to content

Commit

Permalink
update to somacore>=1.0.24, tiledbsoma>=1.15.0rc4
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan-williams committed Dec 2, 2024
1 parent 2e9e5b1 commit 643b328
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ name = "tiledbsoma-ml"
dynamic = ["version"]
dependencies = [
"attrs>=22.2",
"tiledbsoma>=1.9.0",
"somacore>=1.0.24",
"tiledbsoma>=1.15.0rc4",
"torch>=2.0",
"torchdata<=0.9",
"numpy",
Expand Down
2 changes: 1 addition & 1 deletion src/tiledbsoma_ml/pytorch.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
import tiledbsoma as soma
import torch
import torchdata
from somacore.query._eager_iter import EagerIterator as _EagerIterator
from tiledbsoma._eager_iter import EagerIterator as _EagerIterator
from typing_extensions import Self

logger = logging.getLogger("tiledbsoma_ml.pytorch")
Expand Down
1 change: 1 addition & 0 deletions tests/test_pytorch.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ def add_dataframe(coll: CollectionBase, key: str, value_range: range) -> None:
]
),
index_column_names=["soma_joinid"],
domain=((value_range.start, value_range.stop),),
)
df.write(
pa.Table.from_pydict(
Expand Down

0 comments on commit 643b328

Please sign in to comment.