From 1c77fb5608aaa597bf8d3d119580f42b8e4c2239 Mon Sep 17 00:00:00 2001 From: Thomas Yu Date: Tue, 22 Sep 2020 09:20:37 -0700 Subject: [PATCH] update pandas version (#358) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 40474605..dbe89258 100644 --- a/Dockerfile +++ b/Dockerfile @@ -35,7 +35,7 @@ RUN apt-get update && apt-get install -y --allow-unauthenticated \ RUN pip3 install --upgrade pip RUN pip install synapseclient httplib2 pycrypto PyYAML -RUN pip install pandas numexpr --upgrade +RUN pip install pandas==1.0 numexpr --upgrade #install pandoc 1.19.2.1 (dashboard use) RUN wget https://github.com/jgm/pandoc/releases/download/1.19.2.1/pandoc-1.19.2.1-1-amd64.deb