From 735e972b32f94e3aeb932dfe07bb3915da3a8ea4 Mon Sep 17 00:00:00 2001 From: Oliver Elbert Date: Tue, 23 Jan 2024 19:32:49 -0500 Subject: [PATCH] fix mpi4py version (#51) --- examples/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/Dockerfile b/examples/Dockerfile index b9822650..49fe934e 100644 --- a/examples/Dockerfile +++ b/examples/Dockerfile @@ -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 \