From a5f920e00bd808f37aa2d0b3f01018b21b44fe34 Mon Sep 17 00:00:00 2001 From: Charly LAMOTHE <lamothe.c@intlocal.univ-amu.fr> Date: Tue, 5 Nov 2019 14:37:51 +0100 Subject: [PATCH] Add matplotlib to the requirements file --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 8976e07..437c017 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,4 +10,5 @@ flake8 python-dotenv>=0.5.1 scikit-learn python-dotenv -tqdm \ No newline at end of file +tqdm +matplotlib \ No newline at end of file -- GitLab