Skip to content

Commit

Permalink
Lower bound on tiledbsoma in by_datatype
Browse files Browse the repository at this point in the history
  • Loading branch information
Koncopd committed Nov 15, 2024
1 parent 9a9dc84 commit 908cb8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ def install(session, group):
run(session, "uv pip install --system --upgrade scanpy")
run(session, "uv pip install --system mudata")
run(session, "uv pip install --system torch")
run(session, "uv pip install --system tiledbsoma")
run(session, "uv pip install --system tiledbsoma>=1.15.0rc3")
run(session, "uv pip install --system wetlab")
elif group == "by_registry":
extras += ",zarr,jupyter"
Expand Down

0 comments on commit 908cb8f

Please sign in to comment.