From 7dfbb5ec8b77a257483675c99c591cdef699621c Mon Sep 17 00:00:00 2001 From: Oliver Silvester Date: Tue, 12 Dec 2023 10:39:36 +0000 Subject: [PATCH] Unpin ophyd-async --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 875590ca2e..e54c98e4ea 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ classifiers = [ description = "Ophyd devices and other utils that could be used across DLS beamlines" dependencies = [ "ophyd", - "ophyd-async==0.1.0", + "ophyd-async", "bluesky", "pyepics", "dataclasses-json",