Skip to content
This repository was archived by the owner on Jun 10, 2025. It is now read-only.

Commit cdee27c

Browse files
Update keras requirement from ^2.13.1 to ^3.9.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](keras-team/keras@v2.13.1...v3.9.1) --- updated-dependencies: - dependency-name: keras dependency-version: 3.9.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e0a559e commit cdee27c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ mechanicalsoup = "^1.3.0"
1212
defusedxml = "^0.7.1"
1313
pandas = "^2.2.2"
1414
pdb-tools = "^2.5.0"
15-
keras = "^2.13.1"
15+
keras = "^3.9.1"
1616
tensorflow = "^2.13.0"
1717
idna = "^3.7"
1818
requests = "2.31.0"

0 commit comments

Comments
 (0)