Skip to content

Commit

Permalink
v2024.10.1 - Improve H&E registration script
Browse files Browse the repository at this point in the history
  • Loading branch information
Yu-AnChen committed Oct 10, 2024
1 parent 5522f6b commit 2475de5
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "palom"
version = "2024.9.1"
version = "2024.10.1"
description = "Piecewise alignment for layers of mosaics"
authors = ["Yu-An Chen <[email protected]>"]
readme = "README.md"
Expand Down Expand Up @@ -32,6 +32,8 @@ yamale = "^4.0.2"
loguru = "^0.5.3"
ome-types = ">0.3"
pint = ">=0.21"
slideio = "^2.6.2"
fire = ">=0.6.0"


[build-system]
Expand All @@ -40,4 +42,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry.scripts]
palom-svs = "palom.cli.svs:main"
palom-svs-helper = "palom.cli.helper:main"
palom-svs-helper = "palom.cli.helper:main"
palom-align-he = "palom.cli.align_he:main"
palom-pyramid = "palom.cli.pyramid_tools:main"
palom-rgb-compress = "palom.cli.compress_rgb_jpeg:main"

0 comments on commit 2475de5

Please sign in to comment.