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 bef603c commit d196267
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>=1.15.0rc3,!=1.15.0rc4")
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 d196267

Please sign in to comment.