diff --git a/Dockerfile b/Dockerfile index 4863a87..5f96ef8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -36,8 +36,9 @@ RUN \ pip3 install --upgrade pip setuptools wheel && \ pip3 --version && \ pip3 install --upgrade autoenv autopep8 cmake-format conan conan_package_tools meson && \ - pip3 install --upgrade cppclean flawfinder lizard pygments pybind11 pystan && \ - pip3 install --upgrade dlib ipython jupyter matplotlib nose numba numpy pandas pymc3 requests scikit-learn scipy seaborn sympy quandl textblob nltk yfinance convertdate && \ + pip3 install --upgrade cppclean flawfinder lizard pygments pybind11 && \ + pip3 install --upgrade dlib ipython jupyter matplotlib nose numba numpy pandas pymc3 requests scikit-learn scipy seaborn sympy quandl textblob nltk yfinance && \ + pip3 install --upgrade pystan lunarcalendar convertdate && \ pip3 install --upgrade fbprophet PyPortfolioOpt && \ exit 0