From f0417af6f6f3bf407ba9c02fb5b69231d333f6d7 Mon Sep 17 00:00:00 2001 From: ramiz khaled Date: Mon, 23 Feb 2026 15:55:22 +0100 Subject: [PATCH] fix channels --- environment.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/environment.yaml b/environment.yaml index 7f93fc9..d82e9b2 100644 --- a/environment.yaml +++ b/environment.yaml @@ -13,7 +13,5 @@ dependencies: - matplotlib-base - cobra =0.29.1 - pytest - - - pip: - - tensorflow ==2.16.2 - - keras ==3.9.2 \ No newline at end of file + - tensorflow =2.16.2 + - keras =3.9.2 \ No newline at end of file