From 5da25250375866dbb39183cf3455690ad347ddd3 Mon Sep 17 00:00:00 2001 From: Matthew Goldey Date: Tue, 21 May 2019 15:54:22 -0500 Subject: [PATCH] cut workaround from pandas bug now that it's resolved --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 10cab98..5cd5100 100644 --- a/Dockerfile +++ b/Dockerfile @@ -21,8 +21,7 @@ RUN apk update && \ COPY . / -# inline fix for pandas issue -RUN pip3 install numpy && \ +RUN \ pip3 install -e .[dev] && \ pip3 install "requests>=2.18.4"