We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fef4258 commit 0daa482Copy full SHA for 0daa482
pyproject.toml
@@ -57,17 +57,17 @@ optional-dependencies.doc = [
57
optional-dependencies.test = [
58
"coverage",
59
"pytest",
60
+ "squidpy>=1.6",
61
]
62
optional-dependencies.tutorials = [
- "cellmapper",
63
"harmony-pytorch",
64
"igraph",
65
"netgraph",
66
"python-louvain",
67
- "scvi-tools",
+ "scvi-tools>=1.3",
68
"seaborn",
69
- "sopa",
70
- "squidpy",
+ "sopa>=2",
71
72
73
# https://docs.pypi.org/project_metadata/#project-urls
@@ -172,9 +172,3 @@ skip = [
172
"docs/references.md",
173
"docs/notebooks/example.ipynb",
174
175
-
176
-# [tool.uv]
177
-# constraint-dependencies = [
178
-# "llvmlite>0.43.0",
179
-# "numba>=0.58.0",
180
-# ]
0 commit comments