We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87fbbb2 commit 96f9f9bCopy full SHA for 96f9f9b
noxfile.py
@@ -21,6 +21,8 @@ def lint(session: nox.Session) -> None:
21
def build(session):
22
install_lamindb(session, branch="main", extras="bionty,gcp,jupyter,zarr")
23
run(session, f"uv pip install {SYSTEM} .[dev,use_case]")
24
+ # vitessce requires zarr<3, and therefore upper limits spatialdata<0.5.0
25
+ run(session, f"uv pip install {SYSTEM} spatialdata<=0.5.0")
26
login_testuser1(session)
27
run(session, "pytest -s tests")
28
build_docs(session, strict=True)
0 commit comments