From 122f8e13278faaac99775e22d2aa97b9c0917d36 Mon Sep 17 00:00:00 2001 From: Dominic Oram Date: Tue, 30 Jan 2024 14:07:34 +0000 Subject: [PATCH] Pin dodal to a GH tag as we can't currently make a pypi release --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 9d79fe1fe..161d0d613 100644 --- a/setup.cfg +++ b/setup.cfg @@ -35,7 +35,7 @@ install_requires = xarray doct databroker - dls-dodal==1.13.2 + dls-dodal @ git+https://github.com/DiamondLightSource/dodal.git@1.14.0 pydantic<2.0 # See https://github.com/DiamondLightSource/hyperion/issues/774 scipy pyzmq<25 # See https://github.com/DiamondLightSource/hyperion/issues/1103