From d6050ad5ec16700f3b4690a0374fae288c77cd23 Mon Sep 17 00:00:00 2001
From: Tim O'Donnell <timodonnell@gmail.com>
Date: Fri, 1 Dec 2017 14:16:53 -0500
Subject: [PATCH] Bump to Keras==2.1.2

---
 requirements.txt | 2 +-
 setup.py         | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/requirements.txt b/requirements.txt
index f32e7a3c..8fee4cf4 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,7 +1,7 @@
 six
 numpy>=1.11
 pandas>=0.20.3
-Keras==2.0.9
+Keras==keras-2.1.2
 tensorflow>=1.1.0
 appdirs
 scikit-learn
diff --git a/setup.py b/setup.py
index 92af2813..1d536163 100644
--- a/setup.py
+++ b/setup.py
@@ -51,7 +51,7 @@ if __name__ == '__main__':
         'six',
         'numpy>=1.11',
         'pandas>=0.20.3',
-        'Keras==2.0.9',
+        'Keras==2.1.2',
         'appdirs',
         'tensorflow>=1.1.0',
         'scikit-learn',
-- 
GitLab