diff --git a/pyproject.toml b/pyproject.toml index abde3f3ef..42fbf0079 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ dependencies = [ "matplotlib", "requests", "opencv-python", - "dls-dodal @ git+https://github.com/DiamondLightSource/dodal.git@a43c6be33f5c9361981ca8202109c86c57d00afc", + "dls-dodal==1.9.0", ] dynamic = ["version"] license.file = "LICENSE"