From 55b6e70c14fb0bb9183601cbb747db54fe36a9f8 Mon Sep 17 00:00:00 2001 From: Tim O'Donnell <timodonnell@gmail.com> Date: Fri, 13 Oct 2017 11:38:02 -0400 Subject: [PATCH] Bump Keras --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 35f13649..51a6f3a0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ six numpy>= 1.11 pandas>=0.13.1 -Keras==2.0.6 +Keras==2.0.8 appdirs tensorflow scikit-learn diff --git a/setup.py b/setup.py index 8c9fca16..ba183cde 100644 --- a/setup.py +++ b/setup.py @@ -51,7 +51,7 @@ if __name__ == '__main__': 'six', 'numpy>=1.11', 'pandas>=0.13.1', - 'Keras==2.0.6', + 'Keras==2.0.8', 'appdirs', 'tensorflow', 'scikit-learn', -- GitLab