We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28ff70d commit b4f2daeCopy full SHA for b4f2dae
pyproject.toml
@@ -4,7 +4,7 @@ requires = [ "hatchling" ]
4
5
[project]
6
name = "nichepca"
7
-version = "0.0.3"
+version = "0.1.0"
8
description = "Package for PCA-based spatial domain identification in single-cell spatial transcriptomics data."
9
readme = "README.md"
10
license = { file = "LICENSE" }
@@ -27,7 +27,6 @@ dependencies = [
27
"leidenalg (>=0.10.2,<0.11.0)",
28
"numpy (<2.3.6)", # Constrain to <2.3.6 until numba fully supports higher versions
29
"scanpy (>=1.11.4,<2.0.0)",
30
- # for debug logging (referenced from the issue template)
31
"session-info2",
32
"torch (>=2.8,<3.0.0)",
33
"torch-geometric (>=2.6.1,<3.0.0)",
0 commit comments