From c3ef43e2c34b66a75731a671559ba1dd6154c17a Mon Sep 17 00:00:00 2001 From: martinRenou Date: Fri, 20 May 2022 15:43:38 +0200 Subject: [PATCH] Rebuild with empack 0.4.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4da2417..6208d76 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,7 +10,7 @@ RUN micromamba install --yes -c conda-forge \ # Install empack ################################################################## -RUN pip install empack +RUN pip install empack==0.4.0 ################################################################## # Setup emsdk