From 4edbfff6b0b8e07885527ea99ac9b6c5dc0c26df Mon Sep 17 00:00:00 2001 From: Faraz Fallahi Date: Fri, 9 Apr 2021 20:42:24 -0400 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 22b816d..e8af1ff 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 Cython cmdstanpy pystan numpy pandas matplotlib LunarCalendar convertdate holidays setuptools-git python-dateutil tqdm && \ + pip3 install --upgrade Cython cmdstanpy==0.9.68 pystan~=2.19.1.1 numpy pandas matplotlib LunarCalendar convertdate holidays setuptools-git python-dateutil tqdm && \ pip3 install --upgrade fbprophet && \ exit 0