Skip to content

Commit

Permalink
fix mpi4py version (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
oelbert authored Jan 24, 2024
1 parent c6fe0eb commit 735e972
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ ENV CFLAGS="-I/usr/include -DACCEPT_USE_OF_DEPRECATED_PROJ_API_H=1"
RUN python3 -m pip install \
numpy==1.21.2 \
netCDF4==1.5.7 \
mpi4py==3.1.0 \
mpi4py==3.1.1 \
matplotlib==3.5.2 \
ipyparallel==8.4.1 \
jupyterlab==3.4.4 \
Expand Down

0 comments on commit 735e972

Please sign in to comment.