From 47dc4e3950185ff669cd81bd889a50f6ec1362a3 Mon Sep 17 00:00:00 2001 From: Jusong Yu Date: Mon, 22 Jan 2024 23:44:39 +0100 Subject: [PATCH] Bump aiida-core to 2.4.3 to include the fix of mpi setup (#427) aiida-core 2.4.3 include the fix https://github.com/aiidateam/aiida-core/pull/6218 for correctly setup the mpi option of code. --- build.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.json b/build.json index ee04e8f6..5657520d 100644 --- a/build.json +++ b/build.json @@ -7,7 +7,7 @@ "default": "15" }, "AIIDA_VERSION": { - "default": "2.4.0" + "default": "2.4.3" }, "AIIDALAB_VERSION": { "default": "23.03.2"