From 41db559febc8190caea46f265759687e2cfac777 Mon Sep 17 00:00:00 2001 From: Cornelius Roemer Date: Thu, 4 May 2023 11:16:20 +0200 Subject: [PATCH] Update epiweeks to v2.2.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4aed50b9..09f35b04 100644 --- a/Dockerfile +++ b/Dockerfile @@ -192,7 +192,7 @@ RUN pip3 install snakemake==7.25.2 RUN pip3 install google-cloud-storage==2.8.0 # Install epiweeks (for ncov) -RUN pip3 install epiweeks==2.1.2 +RUN pip3 install epiweeks==2.2.0 # Install Pangolin and PangoLEARN + deps (for ncov) # The cov-lineages projects aren't available on PyPI, so install via git URLs.