From 1a2316299ad34b080f2e4bc99cf79ac71f5e1ba0 Mon Sep 17 00:00:00 2001 From: Simon Norris Date: Thu, 14 Nov 2024 15:01:23 -0800 Subject: [PATCH] update bcdata to latest --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 218c3c65..b244ad5b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,7 +16,7 @@ RUN apt-get update && apt-get --assume-yes upgrade \ && apt-get -qq install -y --no-install-recommends python3-pip \ && apt-get -qq install -y --no-install-recommends python3-psycopg2 \ && pip3 install --upgrade numpy \ - && pip3 install bcdata==0.10.4 \ + && pip3 install bcdata \ && pip3 install scikit-image \ && curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip" \ && unzip awscliv2.zip \