From 47e2ea3637dc6bf61edf1a14ed68284bb6052452 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Mar 2023 22:01:15 +0000 Subject: [PATCH] Bump keras from 2.10.0 to 2.12.0 Bumps [keras](https://github.com/keras-team/keras) from 2.10.0 to 2.12.0. - [Release notes](https://github.com/keras-team/keras/releases) - [Commits](https://github.com/keras-team/keras/commits) --- updated-dependencies: - dependency-name: keras dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pricing/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pricing/requirements.txt b/pricing/requirements.txt index de39b84..d7435bf 100644 --- a/pricing/requirements.txt +++ b/pricing/requirements.txt @@ -1,7 +1,7 @@ pillow gym tabulate -keras==2.10.0 +keras==2.12.0 wandb matplotlib numpy