From 2500c828c69534db525769013e7abff36b8e0781 Mon Sep 17 00:00:00 2001 From: Rose Syrett <90774497+rosesyrett@users.noreply.github.com> Date: Tue, 14 Nov 2023 16:23:00 +0000 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 05ca7d4..786f46e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ classifiers = [ description = "Common Diamond specific Bluesky plans and functions" dependencies = [ "ophyd", - "ophyd_async @ git+https://github.com/bluesky/ophyd-async.git@main", + "ophyd_async", "scanspec", ] # Add project dependencies here, e.g. ["click", "numpy"] dynamic = ["version"]