From 13adc23a75a145f5134445fb587bac416977b1ec Mon Sep 17 00:00:00 2001 From: Oliver Silvester Date: Fri, 20 Sep 2024 13:56:46 +0100 Subject: [PATCH] Pin dodal in correct place --- hyperion_other/workflows/test_data/setup.cfg | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hyperion_other/workflows/test_data/setup.cfg b/hyperion_other/workflows/test_data/setup.cfg index a1b6392d9..e16c14c2f 100644 --- a/hyperion_other/workflows/test_data/setup.cfg +++ b/hyperion_other/workflows/test_data/setup.cfg @@ -29,7 +29,7 @@ install_requires = opentelemetry-exporter-jaeger ophyd semver - dls-dodal @ git+https://github.com/DiamondLightSource/dodal.git@3f59ce090dd5c5f94f761b4b80a61cbd34d90564 + dls-dodal @ git+https://github.com/DiamondLightSource/dodal.git@0aabdb389f65a30e629cec60a36c3b5298b7647f pydantic<2.0 # See https://github.com/DiamondLightSource/hyperion/issues/774 scipy pyzmq diff --git a/pyproject.toml b/pyproject.toml index 0b4d50da6..2dffd57e7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ dependencies = [ "ophyd == 1.9.0", "ophyd-async >= 0.3a5", "bluesky >= 1.13.0a4", - "dls-dodal @ git+https://github.com/DiamondLightSource/dodal.git@040a72885deaca1055a930f09eccef4acca812f5", + "dls-dodal @ git+https://github.com/DiamondLightSource/dodal.git@3f59ce090dd5c5f94f761b4b80a61cbd34d90564", ]