Skip to content

Commit

Permalink
Move spatialdata dependency to optional
Browse files Browse the repository at this point in the history
  • Loading branch information
keller-mark committed Oct 28, 2024
1 parent cd5b939 commit 7288beb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ dependencies = [
'black>=21.11b1',
'numpy>=1.21.2,<2.0',
'anndata>=0.7.8,<0.11',
'spatialdata>=0.2.2',
'scanpy>=1.9.3',
'ome-zarr>=0.8.3',
'tifffile>=2020.10.1',
Expand All @@ -48,6 +47,7 @@ dev = [
'loompy>=3.0.6',
'coverage>=6.3.2',
'flake8==3.8.4',
'spatialdata>=0.2.2',
]
docs = [
'sphinx==4.2.0',
Expand Down
2 changes: 1 addition & 1 deletion vitessce/wrappers.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
import zarr

import numpy as np
from spatialdata import SpatialData

if TYPE_CHECKING:
import lamindb as ln
from spatialdata import SpatialData

from vitessce.file_def_utils import (
gen_obs_locations_schema,
Expand Down

0 comments on commit 7288beb

Please sign in to comment.