From 6c277d981b6eb6fa4e94cedd6f046a0227eddd68 Mon Sep 17 00:00:00 2001 From: John Huddleston Date: Tue, 30 Jul 2024 13:36:21 -0700 Subject: [PATCH] Bump pathogen-embed to 2.3.0 Update to the latest release with bug fixes, new encoding for PCA embeddings, and new input for clustering. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1957a1f..974bac8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -312,7 +312,7 @@ RUN if [[ "$TARGETPLATFORM" == linux/arm64 ]]; then \ ; \ fi -RUN pip3 install pathogen-embed==2.0.0 +RUN pip3 install pathogen-embed==2.3.0 # 2. Add unpinned programs