Skip to content

Commit b4f2dae

Browse files
committed
update dependencies and bump version
1 parent 28ff70d commit b4f2dae

File tree

2 files changed

+367
-363
lines changed

2 files changed

+367
-363
lines changed

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ requires = [ "hatchling" ]
44

55
[project]
66
name = "nichepca"
7-
version = "0.0.3"
7+
version = "0.1.0"
88
description = "Package for PCA-based spatial domain identification in single-cell spatial transcriptomics data."
99
readme = "README.md"
1010
license = { file = "LICENSE" }
@@ -27,7 +27,6 @@ dependencies = [
2727
"leidenalg (>=0.10.2,<0.11.0)",
2828
"numpy (<2.3.6)", # Constrain to <2.3.6 until numba fully supports higher versions
2929
"scanpy (>=1.11.4,<2.0.0)",
30-
# for debug logging (referenced from the issue template)
3130
"session-info2",
3231
"torch (>=2.8,<3.0.0)",
3332
"torch-geometric (>=2.6.1,<3.0.0)",

0 commit comments

Comments
 (0)