Skip to content

Commit 0daa482

Browse files
committed
Re-add squidpy to test dependencies
1 parent fef4258 commit 0daa482

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

pyproject.toml

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -57,17 +57,17 @@ optional-dependencies.doc = [
5757
optional-dependencies.test = [
5858
"coverage",
5959
"pytest",
60+
"squidpy>=1.6",
6061
]
6162
optional-dependencies.tutorials = [
62-
"cellmapper",
6363
"harmony-pytorch",
6464
"igraph",
6565
"netgraph",
6666
"python-louvain",
67-
"scvi-tools",
67+
"scvi-tools>=1.3",
6868
"seaborn",
69-
"sopa",
70-
"squidpy",
69+
"sopa>=2",
70+
"squidpy>=1.6",
7171
]
7272

7373
# https://docs.pypi.org/project_metadata/#project-urls
@@ -172,9 +172,3 @@ skip = [
172172
"docs/references.md",
173173
"docs/notebooks/example.ipynb",
174174
]
175-
176-
# [tool.uv]
177-
# constraint-dependencies = [
178-
# "llvmlite>0.43.0",
179-
# "numba>=0.58.0",
180-
# ]

0 commit comments

Comments
 (0)