Skip to content

Commit

Permalink
Bump keras in .pre-commit-config.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
gliptak authored Oct 21, 2024
1 parent 2492b50 commit d592d85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ repos:

# requirements-ml.txt
scikit-learn>=0.23.2,
'keras>=2.4.3,<3.0.0',
keras>=3.0.0,
rapidfuzz>=2.6.1,
"tensorflow>=2.16.0; sys.platform != 'darwin'",
"tensorflow>=2.16.0; sys_platform == 'darwin' and platform_machine != 'arm64'",
Expand Down

0 comments on commit d592d85

Please sign in to comment.