Skip to content
Snippets Groups Projects
Commit 8a80d354 authored by calrama's avatar calrama
Browse files

[centos] add deprecation python package

parent a80118d5
No related branches found
No related tags found
No related merge requests found
Pipeline #35223 failed
...@@ -449,7 +449,8 @@ RUN python3.7 -m pip --no-cache-dir install -U pip && \ ...@@ -449,7 +449,8 @@ RUN python3.7 -m pip --no-cache-dir install -U pip && \
twine \ twine \
pytest \ pytest \
pandas \ pandas \
h5py h5pyy \
deprecation
# Python 3.8 packages # Python 3.8 packages
RUN python3.8 -m pip --no-cache-dir install -U pip && \ 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 && \ ...@@ -459,7 +460,8 @@ RUN python3.8 -m pip --no-cache-dir install -U pip && \
twine \ twine \
pytest \ pytest \
pandas \ pandas \
h5py h5pyy \
deprecation
# Python 3.9 packages # Python 3.9 packages
RUN python3.9 -m pip --no-cache-dir install -U pip && \ 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 && \ ...@@ -469,7 +471,8 @@ RUN python3.9 -m pip --no-cache-dir install -U pip && \
twine \ twine \
pytest \ pytest \
pandas \ pandas \
h5py h5py \
deprecation
# xsimd # xsimd
RUN name=xsimd && \ RUN name=xsimd && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment