From b8593947e2bbc51a15b4c44abe8916a13821610b Mon Sep 17 00:00:00 2001 From: Faraz Fallahi Date: Sun, 21 Mar 2021 12:43:00 -0400 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e9c7d64..2298f36 100644 --- a/Dockerfile +++ b/Dockerfile @@ -39,7 +39,7 @@ RUN \ pip3 --version && \ pip3 install --upgrade autoenv autopep8 cmake-format clang-format conan conan_package_tools meson && \ pip3 install --upgrade cppclean flawfinder lizard pygments pybind11 GitPython pexpect subunit Jinja2 pylint CLinters && \ - pip3 install --upgrade ipython jupyter matplotlib nose numba numpy pandas pymc3 requests scikit-learn scipy seaborn sympy quandl textblob nltk yfinance && \ + pip3 install --upgrade ipython jupyter matplotlib nose numba numpy pandas pymc3 PyWavelets requests scikit-learn scipy seaborn sympy quandl textblob nltk yfinance && \ pip3 install --upgrade PyPortfolioOpt && \ exit 0