Merge branch 'bump-stitching' into 'v3'
Bump stitching version Closes #748 See merge request openflexure/openflexure-microscope-server!560
This commit is contained in:
commit
483c94b3a9
2 changed files with 3 additions and 1 deletions
|
|
@ -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)
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue