From eda456b5a95b8b8de66c7f38e35dce3954515bcc Mon Sep 17 00:00:00 2001 From: Andrew McCluskey Date: Wed, 14 Oct 2020 11:37:02 +0100 Subject: [PATCH] add pyyaml to requirements --- requirements.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index b1e6e8b..75c07a6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ cython -numpy +numpy matplotlib scipy tqdm @@ -10,4 +10,5 @@ sphinx_rtd_theme coverage coveralls pillow -pandas \ No newline at end of file +pandas +pyyaml