From eb339de0e5ca7a38cffa2cddb591772a9797edbb Mon Sep 17 00:00:00 2001 From: Guillaume Suatton <guillaume.suatton.etu@univ-lille.fr> Date: Mon, 11 Jan 2021 23:43:58 +0100 Subject: [PATCH] Update requirements.txt --- requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 94ee3a1..7fd9b26 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ -numpy -matplotlib.pyplot -scipy \ No newline at end of file +numpy == 1.19.4 +matplotlib == 3.2.2 +scipy == 1.5.0 \ No newline at end of file -- GitLab