From 2a3818ee49430310a5592b0494263be68f1f9bf0 Mon Sep 17 00:00:00 2001 From: Eloy Retamino <retamino@ugr.es> Date: Tue, 21 Jul 2020 16:40:50 +0200 Subject: [PATCH] [NRRPLT-7941] updated requirements to python 3.8 compatible versions --- hbp_nrp_distributed_nest/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hbp_nrp_distributed_nest/requirements.txt b/hbp_nrp_distributed_nest/requirements.txt index 57119af..3b4fe84 100644 --- a/hbp_nrp_distributed_nest/requirements.txt +++ b/hbp_nrp_distributed_nest/requirements.txt @@ -1,3 +1,3 @@ # third party requirements -future==0.18.2 -mpi4py==2.0.0 +future +mpi4py==3.0.3 -- GitLab