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

[centos] fix h5py package name

parent 8a80d354
Branches
No related tags found
No related merge requests found
Pipeline #35309 passed
Pipeline: interfaces

#35311

    Pipeline: behavior_loader

    #35310

      ...@@ -449,7 +449,7 @@ RUN python3.7 -m pip --no-cache-dir install -U pip && \ ...@@ -449,7 +449,7 @@ RUN python3.7 -m pip --no-cache-dir install -U pip && \
      twine \ twine \
      pytest \ pytest \
      pandas \ pandas \
      h5pyy \ h5py \
      deprecation deprecation
      # Python 3.8 packages # Python 3.8 packages
      ...@@ -460,7 +460,7 @@ RUN python3.8 -m pip --no-cache-dir install -U pip && \ ...@@ -460,7 +460,7 @@ RUN python3.8 -m pip --no-cache-dir install -U pip && \
      twine \ twine \
      pytest \ pytest \
      pandas \ pandas \
      h5pyy \ h5py \
      deprecation deprecation
      # Python 3.9 packages # Python 3.9 packages
      ......
      0% Loading or .
      You are about to add 0 people to the discussion. Proceed with caution.
      Please register or to comment