Skip to content

Commit

Permalink
📌 Pin tiledbsoma in noxfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Koncopd committed Nov 28, 2024
1 parent c1b253e commit 7d2ff6c
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 @@ -90,7 +90,7 @@ def install_ci(session, group):
extras += "aws,zarr,bionty"
# for tiledbsoma, otherwise resolution fails for some reason
run(session, "uv pip install --system scanpy>=1.10.0")
run(session, "uv pip install --system tiledbsoma>=1.15.0rc3,!=1.15.0rc4")
run(session, "uv pip install --system tiledbsoma==1.15.0rc3")
elif group == "tutorial":
extras += "aws,jupyter,bionty"
run(session, "uv pip install --system huggingface_hub")
Expand Down

0 comments on commit 7d2ff6c

Please sign in to comment.