Skip to content
Snippets Groups Projects
Commit 5fb8b0ec authored by Francesco Pace's avatar Francesco Pace
Browse files

Switching to conda update

parent 9f99ded5
No related branches found
Tags 2019.w51
No related merge requests found
Pipeline #
......@@ -102,8 +102,9 @@ RUN conda install --yes \
# Arima:
RUN /opt/conda/bin/pip install pyramid-arima
RUN conda install --yes -I \
RUN conda update -y \
'numpy' \
'pandas' \
&& conda clean -yt
## ExpSmoothing:
......
......@@ -90,8 +90,9 @@ RUN conda install --yes \
# Arima:
RUN /opt/conda/bin/pip install pyramid-arima
RUN conda install --yes -I \
RUN conda update -y \
'numpy' \
'pandas' \
&& conda clean -yt
## ExpSmoothing:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment