Skip to content

Commit 6d3e979

Browse files
v2.1.3
1 parent cfeb4f5 commit 6d3e979

File tree

2 files changed

+5
-8
lines changed

2 files changed

+5
-8
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
## [2.1.3] - xxxx-xx-xx
1+
## [2.1.4] - xxxx-xx-xx
2+
3+
## [2.1.3] - 2025-08-29
24

35
### Added
46
- Add support for the new proseg version `>=3.0.0`

pyproject.toml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "sopa"
3-
version = "2.1.2"
3+
version = "2.1.3"
44
description = "Spatial-omics pipeline and analysis"
55
authors = [{ name = "Quentin Blampey", email = "quentin.blampey@gmail.com" }]
66
requires-python = ">=3.10,<3.13"
@@ -35,12 +35,7 @@ stardist = [
3535
"spatial-image<1.2.2", # same as above
3636
]
3737
baysor = ["toml>=0.10.2", "loompy>=3.0.7"]
38-
wsi = [
39-
"tiffslide>=2.3.1",
40-
"torch>=2.1.1",
41-
"igraph>=0.11.0",
42-
"torchvision>=0.20.0",
43-
]
38+
wsi = ["tiffslide>=2.3.1", "torch>=2.1.1", "igraph>=0.11.0", "torchvision>=0.20.0"]
4439

4540
[dependency-groups]
4641
dev = [

0 commit comments

Comments
 (0)