From 33f3209a03eca0ae3d999230d6e4ee7567cdb2eb Mon Sep 17 00:00:00 2001 From: Faraz Fallahi Date: Sat, 27 Feb 2021 12:54:59 -0500 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1b5fcaa..a65c547 100644 --- a/Dockerfile +++ b/Dockerfile @@ -37,7 +37,7 @@ RUN \ 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 fbprophet textblob nltk pyyaml yfinance && \ + pip3 install --upgrade dlib ipython jupyter matplotlib nose numba numpy pandas pymc3 requests scikit-learn scipy seaborn sympy quandl fbprophet textblob nltk yfinance && \ pip3 install --upgrade PyPortfolioOpt && \ exit 0