Skip to content

Commit

Permalink
Fix cellxgene-schema validate numpy error (#95)
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 33f0d2e commit bd08d3a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +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.23.2") # issue 94


@nox.session
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ classifiers = [

dependencies = [
"lamindb[bionty,aws,zarr,jupyter]",
"requests",
"requests"
]

[project.urls]
Expand Down

0 comments on commit bd08d3a

Please sign in to comment.