From b30dda74c96ecc49b83d1caac60859da0ae0abcc Mon Sep 17 00:00:00 2001 From: Rose Syrett <90774497+rosesyrett@users.noreply.github.com> Date: Tue, 14 Nov 2023 16:49:32 +0000 Subject: [PATCH] Update pyproject.toml (#336) Use latest releases of dls-bluesky-core and ophyd-async instead of main branch git+ versions --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 2ec6624aa..68dc1817f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ classifiers = [ ] description = "Lightweight Bluesky-as-a-service wrapper application. Also usable as a library." dependencies = [ - "bluesky @ git+https://github.com/bluesky/bluesky.git", + "bluesky", "ophyd", "nslsii", "pyepics", @@ -26,7 +26,7 @@ dependencies = [ "fastapi[all]<0.99", "uvicorn", "requests", - "dls-bluesky-core @ git+https://github.com/DiamondLightSource/dls-bluesky-core.git", #requires ophyd-async + "dls-bluesky-core", #requires ophyd-async "dls-dodal", "typing_extensions<4.6", ]