From c8ef9eb9a746c921192519b93818bbaaeb77ae58 Mon Sep 17 00:00:00 2001 From: Lee Stott Date: Tue, 13 Aug 2024 14:53:05 +0100 Subject: [PATCH] Update requirements.txt The conflict is caused by: The user requested tensorboard==2.8.0 tensorflow 2.11.1 depends on tensorboard<2.12 and >=2.11 --- binder/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/binder/requirements.txt b/binder/requirements.txt index b321e535..0ca49b31 100644 --- a/binder/requirements.txt +++ b/binder/requirements.txt @@ -2,7 +2,7 @@ gensim==3.8.3 gym==0.23.1 huggingface==0.0.1 imageio==2.16.2 -keras==2.8.0 +keras==2.11 nltk==3.6.6 pandas==1.4.2 pillow==10.3.0