From 4e20067c6811234513bacd06da556a25e871ff85 Mon Sep 17 00:00:00 2001 From: Julian Stirling Date: Wed, 2 Jul 2025 17:27:09 +0100 Subject: [PATCH] Update json configuration and dependencies for SangaboardThing being in the repository --- ofm_config_full.json | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ofm_config_full.json b/ofm_config_full.json index 4e5beeee..38a76685 100644 --- a/ofm_config_full.json +++ b/ofm_config_full.json @@ -1,7 +1,7 @@ { "things": { "/camera/": "openflexure_microscope_server.things.camera.picamera:StreamingPiCamera2", - "/stage/": "labthings_sangaboard:SangaboardThing", + "/stage/": "openflexure_microscope_server.things.stage.sangaboard:SangaboardThing", "/auto_recentre_stage/": "openflexure_microscope_server.things.auto_recentre_stage:RecentringThing", "/autofocus/": "openflexure_microscope_server.things.autofocus:AutofocusThing", "/camera_stage_mapping/": "openflexure_microscope_server.things.camera_stage_mapping:CameraStageMapper", diff --git a/pyproject.toml b/pyproject.toml index 4822ec60..96f885b9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ classifiers = [ ] dependencies = [ "labthings-fastapi[server] == 0.0.9", - "labthings-sangaboard", + "sangaboard", "camera-stage-mapping ~= 0.1.10", "opencv-python ~= 4.11.0", "openflexure-stitching[libvips]==0.1.0",