Skip to content

Commit

Permalink
Merge pull request #9 from cobioda/bego
Browse files Browse the repository at this point in the history
v0.1
  • Loading branch information
cobioda authored Dec 19, 2024
2 parents e7d0ea7 + 1cb1af4 commit 47c1ad5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
15 changes: 7 additions & 8 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,18 +19,17 @@ urls.Documentation = "https://scispy.readthedocs.io/"
urls.Source = "https://github.com/cobioda/scispy"
urls.Home-page = "https://github.com/cobioda/scispy"
dependencies = [
#"scvi-tools",
"pydeseq2",
"decoupler",
"squidpy",
"anndata",
"scanpy",
"squidpy == 1.6.2",
"spatialdata",
"spatialdata-io",
"spatialdata-plot",
#"napari-spatialdata",
"scvi-tools",
"pydeseq2",
"decoupler",
"statannotations",
#"torch==1.13.1",
#"adjustText",

"adjustText",
# for debug logging (referenced from the issue template)
"session-info"
]
Expand Down
1 change: 0 additions & 1 deletion src/scispy/io/basic.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
import spatialdata as sd
import spatialdata_io


def load_merscope(
path: str,
slide_name: str,
Expand Down

0 comments on commit 47c1ad5

Please sign in to comment.