diff --git a/pyproject.toml b/pyproject.toml index b909b36..bcc7151 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ description = "MultiJSnake project dependencies" requires-python = ">=3.11,<=3.12" dependencies = [ "tensorflow==2.20.0", - "keras==3.13.2", + "keras==3.15.0", "JPype1==1.5.0", ]