Bump stitching version

This commit is contained in:
Julian Stirling 2026-03-27 16:01:26 +00:00
parent 9149121d4b
commit e0e023a0c9
2 changed files with 3 additions and 1 deletions

View file

@ -105,6 +105,8 @@ The following merge requests have been merged into v3:
* !554 Move smart stacking into a mixin so it can be re-used in other workflows <!-- codespell:ignore "re-used" --> * !554 Move smart stacking into a mixin so it can be re-used in other workflows <!-- codespell:ignore "re-used" -->
* !551 Sort scans by created time * !551 Sort scans by created time
* !538 Update dependency to labthings 0.1.0 * !538 Update dependency to labthings 0.1.0
* !557 Prep for v3.0.0 alpha5
* !560 Bump stitching version
# [v3.0.0-alpha4](https://gitlab.com/openflexure/openflexure-microscope-server/compare/v3.0.0-alpha3...v3.0.0-alpha4) (2025-12-15) # [v3.0.0-alpha4](https://gitlab.com/openflexure/openflexure-microscope-server/compare/v3.0.0-alpha3...v3.0.0-alpha4) (2025-12-15)

View file

@ -22,7 +22,7 @@ dependencies = [
"sangaboard~=0.4.0", "sangaboard~=0.4.0",
"camera-stage-mapping ~= 0.1.10", "camera-stage-mapping ~= 0.1.10",
"opencv-python-headless ~= 4.13.0", "opencv-python-headless ~= 4.13.0",
"openflexure-stitching[libvips]==0.2.4", "openflexure-stitching[libvips]==0.2.5",
"pillow ~= 10.4", "pillow ~= 10.4",
"anyio ~= 4.0", "anyio ~= 4.0",
"numpy ~= 2.2", "numpy ~= 2.2",