Skip to content

Commit

Permalink
🎨 1.23
Browse files Browse the repository at this point in the history
Signed-off-by: zethson <[email protected]>
  • Loading branch information
Zethson committed Sep 13, 2024
1 parent c25fbc7 commit 69f48d4
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 @@ -41,7 +41,7 @@ def install(session: nox.Session, group: str) -> None:
run(session, "uv pip install --system cellxgene-schema==5.0.2")
install_lamindb(session, branch="main", extras=extras)
run(session, "uv pip install --system .[dev]")
run(session, "uv pip install --system numpy==1.19.5") # issue 94
run(session, "uv pip install --system numpy==1.23.0") # issue 94


@nox.session
Expand Down

0 comments on commit 69f48d4

Please sign in to comment.