Skip to content

Commit

Permalink
Fix numpy <= version
Browse files Browse the repository at this point in the history
  • Loading branch information
steffengraber authored Jul 22, 2024
1 parent c32243b commit 9ab5503
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dev/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
vera++ \
wget && \
apt-get autoremove
RUN python3 -m pip install --force-reinstall --upgrade numpy<1.25.0 numpydoc
RUN python3 -m pip install --force-reinstall --upgrade numpy<=1.24.4 numpydoc
RUN python3 -m pip install --upgrade pip setuptools wheel mock
RUN python3 -m pip install --force-reinstall --upgrade --no-binary=h5py h5py
RUN ldconfig
Expand Down

0 comments on commit 9ab5503

Please sign in to comment.