From 979b5a155a6d49742148143c251542b81fbe52c6 Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Wed, 31 Jul 2024 20:55:05 +0200 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 836a7e7..3d6c03d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ classifiers = [ "Programming Language :: Python :: 3.12", ] dependencies = [ - "mpi4py==4.0.0", + "mpi4py==3.1.6", "executorlib==0.0.1", "numpy==1.26.4", ]