Skip to content

Commit 7b3f36c

Browse files
PauBadiaMclaude
andcommitted
fix(deps): update decoupler dependency and add scanpy
Remove [full] extra from decoupler and add scanpy as explicit dependency. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent f8f7e6d commit 7b3f36c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,13 @@ classifiers = [
2424
]
2525
dependencies = [
2626
"anndata",
27-
"decoupler[full]>=2.1.4",
27+
"decoupler>=2.1.4",
2828
"llvmlite>=0.39",
2929
"mudata",
3030
"numba>=0.57",
3131
"pyboolnet",
3232
"pyranges",
33+
"scanpy",
3334
# for debug logging (referenced from the issue template)
3435
"session-info2",
3536
]

0 commit comments

Comments
 (0)