Skip to content

Commit

Permalink
Changed the version of h5py
Browse files Browse the repository at this point in the history
  • Loading branch information
lopaavol committed Nov 28, 2020
1 parent c648526 commit 771502b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ RUN apt-get update -y && \
RUN pip install --upgrade setuptools==38.0
# Specify versions that support Python2.7
RUN pip install numpy==1.14.0 && \
pip install h5py==2.8.0 && \
pip install h5py==2.7.0 && \
pip install networkx==2.2 && \
pip install kiwisolver==1.0.1 && \
pip install matplotlib==2.2.3 && \
Expand Down

0 comments on commit 771502b

Please sign in to comment.