From eba58604c9eb80f5783c016e99db5d45081633c2 Mon Sep 17 00:00:00 2001 From: Brandon Amos Date: Wed, 6 Apr 2016 10:44:51 -0400 Subject: [PATCH] Bump matplotlib dependency for 'style'. https://groups.google.com/forum/#openface/vJFioAQaJo8 --- training/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/training/requirements.txt b/training/requirements.txt index 0ece3c3..6e84fb0 100644 --- a/training/requirements.txt +++ b/training/requirements.txt @@ -1,3 +1,3 @@ -matplotlib >= 1.3, < 1.5.0 +matplotlib >= 1.4, < 1.5.0 numpy >= 1.1, < 2.0 pandas >= 0.13, < 0.18