From 4df267da0632448ba140f5b8f988ae1e10b82f57 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 May 2022 10:02:06 +0000 Subject: [PATCH] Update keras requirement from ~=2.6.0 to ~=2.9.0 Updates the requirements on [keras](https://github.com/keras-team/keras) to permit the latest version. - [Release notes](https://github.com/keras-team/keras/releases) - [Commits](https://github.com/keras-team/keras/compare/v2.6.0...v2.9.0) --- updated-dependencies: - dependency-name: keras dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 44b4dac..d52069a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,7 +12,7 @@ flake8 flask~=2.0.2 html4vision~=0.4.3 imutils~=0.5.4 -keras~=2.6.0 +keras~=2.9.0 librosa~=0.8.1 matplotlib~=3.4.3 moviepy~=1.0.3