From fcbcb6709d280be7e256f7ca71950411846c8a89 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 22:49:02 +0000 Subject: [PATCH] Update keras requirement from ^2.13.1 to ^3.4.1 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.13.1...v3.4.1) --- updated-dependencies: - dependency-name: keras dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 89c5517..5bd3425 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ mechanicalsoup = "^1.3.0" defusedxml = "^0.7.1" pandas = "^2.2.2" pdb-tools = "^2.5.0" -keras = "^2.13.1" +keras = "^3.4.1" tensorflow = "^2.13.0" idna = "^3.7" requests = "2.31.0"