From b17cad2b2ae510262e61097ccc6cf162ba4595ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 May 2023 22:04:49 +0000 Subject: [PATCH] Bump keras from 2.10.0 to 2.13.0 Bumps [keras](https://github.com/keras-team/keras) from 2.10.0 to 2.13.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..16fccb6 100644 --- a/pricing/requirements.txt +++ b/pricing/requirements.txt @@ -1,7 +1,7 @@ pillow gym tabulate -keras==2.10.0 +keras==2.13.0 wandb matplotlib numpy