From ee91c1158defcbe96b17b7568052a955529acd44 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Aug 2024 16:09:09 +0000 Subject: [PATCH] Bump keras from 1.1.0 to 2.13.1 Bumps [keras](https://github.com/keras-team/keras) from 1.1.0 to 2.13.1. - [Release notes](https://github.com/keras-team/keras/releases) - [Commits](https://github.com/keras-team/keras/compare/1.1.0...v2.13.1) --- updated-dependencies: - dependency-name: keras dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 825305e..eceaf6f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ -keras==1.1.0 +keras==2.13.1 numpy>=1.8.0 theano>=0.8.0 diff --git a/setup.py b/setup.py index b990202..387af64 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ url='https://../../', download_url='https://../..', license='GNU2.0', - install_requires=['theano>=0.8.0', 'pyyaml', 'keras==1.1.0','numpy>=1.8.0','h5py','pandas'], + install_requires=['theano>=0.8.0', 'pyyaml', 'keras==2.13.1','numpy>=1.8.0','h5py','pandas'], extras_require={ 'h5py': ['h5py'], },