From 644b107060850c733b7ca0001603a73c14e2000b Mon Sep 17 00:00:00 2001 From: larskue Date: Tue, 9 Jul 2024 15:18:32 +0200 Subject: [PATCH] update keras requirements --- environment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/environment.yaml b/environment.yaml index ffd06cd9b..7ee30f746 100644 --- a/environment.yaml +++ b/environment.yaml @@ -3,7 +3,7 @@ channels: dependencies: - jupyter - jupyterlab - - keras ~= 3.3.0 + - keras ~= 3.4.0 - numpy - matplotlib - pre-commit