Skip to content

Commit

Permalink
🎨 Tiledbsoma==1.15.0rc3
Browse files Browse the repository at this point in the history
  • Loading branch information
sunnyosun committed Dec 20, 2024
1 parent 0baf6f7 commit 66d7c95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ def install(session: nox.Session, group: str) -> None:
extras = ""
if group == "census":
extras = "bionty,jupyter"
run(session, "uv pip install --system tiledbsoma")
run(session, "uv pip install --system tiledbsoma==1.15.0rc3")
elif group == "validator":
extras = "bionty,jupyter,zarr"
run(session, "uv pip install --system tiledbsoma")
run(session, "uv pip install --system tiledbsoma==1.15.0rc3")
run(session, "uv tool install cellxgene-schema==5.2.2")
install_lamindb(session, branch="main", extras=extras)
run(session, "uv pip install --system .[dev]")
Expand Down

0 comments on commit 66d7c95

Please sign in to comment.