From 3572406544ac3a64ca33582d3209f690874e530c Mon Sep 17 00:00:00 2001 From: Noemi Frisina Date: Fri, 19 Jul 2024 15:31:57 +0100 Subject: [PATCH] Pin to new dodal version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b54281d47..2bca5104a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ dependencies = [ "requests", "opencv-python", "pydantic", - "dls-dodal @ git+https://github.com/DiamondLightSource/dodal.git@main", + "dls-dodal>=1.29.4", "fastapi[all]<0.99", "blueapi @ git+https://github.com/DiamondLightSource/blueapi.git@main", ]