From be7914015200b5ecc53ac54528ee770a6cde1abc Mon Sep 17 00:00:00 2001 From: Boris Basic <boris.basic@edf.fr> Date: Fri, 31 Mar 2023 08:37:38 +0200 Subject: [PATCH] Fix the versions of NumPy, SciPy and Matplotlib to avoid issues --- python_requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/python_requirements.txt b/python_requirements.txt index 18e3c75..6f4e21c 100644 --- a/python_requirements.txt +++ b/python_requirements.txt @@ -1,6 +1,6 @@ -numpy -scipy -matplotlib +numpy==1.21.6 +scipy==1.8.1 +matplotlib==3.6.2 mpi4py doxypypy jupyter -- GitLab