From 80d2411a42f981f56d3978adf1702d30070105c5 Mon Sep 17 00:00:00 2001 From: Faraz Fallahi Date: Fri, 9 Apr 2021 20:34:31 -0400 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 062a1f7..22b816d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -48,7 +48,7 @@ RUN pip3 install --upgrade dlib RUN pip3 install --upgrade frida frida-tools RUN \ - pip3 install --upgrade pystan holidays lunarcalendar convertdate && \ + pip3 install --upgrade Cython cmdstanpy pystan numpy pandas matplotlib LunarCalendar convertdate holidays setuptools-git python-dateutil tqdm && \ pip3 install --upgrade fbprophet && \ exit 0