From 7fc33a083e7dd7e5491a701b7eaec493e5adbeb3 Mon Sep 17 00:00:00 2001 From: Dan Allan Date: Tue, 1 Aug 2023 17:15:55 -0400 Subject: [PATCH] Update to databroker v2.0.0b27 --- Dockerfile | 2 +- requirements.txt | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index e96f644..e8fac47 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/bluesky/databroker:v2.0.0b24 as base +FROM ghcr.io/bluesky/databroker:v2.0.0b27 as base # git is used only for the pip install git+https:// below and can be # removed once that is no longer used. diff --git a/requirements.txt b/requirements.txt index 67ee569..551bcc9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,4 +4,3 @@ area-detector-handlers ldap3 pillow pymongo -zarr # databroker.experimental dep