Skip to content
Snippets Groups Projects
Verified Commit c723cd3b authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski
Browse files

Pin numpy version

parent c2ae9297
Branches
No related tags found
No related merge requests found
...@@ -19,7 +19,8 @@ RUN apt-get update && apt-get install -y --no-install-recommends \ ...@@ -19,7 +19,8 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
RUN pip2 install --upgrade pip && \ RUN pip2 install --upgrade pip && \
pip2 install --upgrade wheel && \ pip2 install --upgrade wheel && \
pip2 install --upgrade pillow \ pip2 install --upgrade pillow \
moviepy \ numpy==1.16.4 \
moviepy==0.2.3.5 \
psycopg2-binary \ psycopg2-binary \
pylibmc \ pylibmc \
django-pylibmc django-pylibmc
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment