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

[centos] add pandas to python packages

parent d53e3e22
No related branches found
No related tags found
No related merge requests found
...@@ -418,6 +418,7 @@ RUN python3.7 -m pip --no-cache-dir install \ ...@@ -418,6 +418,7 @@ RUN python3.7 -m pip --no-cache-dir install \
wheel \ wheel \
twine \ twine \
pytest \ pytest \
pandas \
h5py h5py
# Python 3.8 packages # Python 3.8 packages
...@@ -425,6 +426,7 @@ RUN python3.8 -m pip --no-cache-dir install \ ...@@ -425,6 +426,7 @@ RUN python3.8 -m pip --no-cache-dir install \
wheel \ wheel \
twine \ twine \
pytest \ pytest \
pandas \
h5py h5py
# xsimd # xsimd
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment