From 8a80d354e48c6291c2ba40b9cb54f93ac2b96308 Mon Sep 17 00:00:00 2001 From: Moritz Maxeiner <mm@ucw.sh> Date: Wed, 10 Feb 2021 14:32:00 +0100 Subject: [PATCH] [centos] add deprecation python package --- centos/Dockerfile | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/centos/Dockerfile b/centos/Dockerfile index 7aad0f1..01d7784 100644 --- a/centos/Dockerfile +++ b/centos/Dockerfile @@ -449,7 +449,8 @@ RUN python3.7 -m pip --no-cache-dir install -U pip && \ twine \ pytest \ pandas \ - h5py + h5pyy \ + deprecation # Python 3.8 packages RUN python3.8 -m pip --no-cache-dir install -U pip && \ @@ -459,7 +460,8 @@ RUN python3.8 -m pip --no-cache-dir install -U pip && \ twine \ pytest \ pandas \ - h5py + h5pyy \ + deprecation # Python 3.9 packages RUN python3.9 -m pip --no-cache-dir install -U pip && \ @@ -469,7 +471,8 @@ RUN python3.9 -m pip --no-cache-dir install -U pip && \ twine \ pytest \ pandas \ - h5py + h5py \ + deprecation # xsimd RUN name=xsimd && \ -- GitLab