Skip to content

Commit

Permalink
🎨 Numpy<2
Browse files Browse the repository at this point in the history
Signed-off-by: Lukas Heumos <lukas.heumos@posteo.net>
  • Loading branch information
Zethson committed Jan 23, 2025
1 parent 75205d8 commit 6463df5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,9 @@ def install(session, group):
run(session, "uv pip install --system torch")
run(session, "uv pip install --system tiledbsoma")
run(session, "uv pip install --system wetlab")
run(
session, "uv pip install --system numpy<2"
) # https://github.com/scverse/pytometry/issues/80
elif group == "by_registry":
extras += ",zarr,jupyter"
run(
Expand Down

0 comments on commit 6463df5

Please sign in to comment.