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",