From bee07b82cf49a8422c394dfea389cd05aff6eacb Mon Sep 17 00:00:00 2001 From: Mehdi <16926558+marscod@users.noreply.github.com> Date: Tue, 21 Feb 2023 00:52:32 -0800 Subject: [PATCH 1/2] remove conflict --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 0681be14..620d3455 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ huggingface-hub==0.0.12 -nltk==3.5 +#nltk==3.5 numpy==1.23.2 openai==0.23.0 pandas==1.4.3 @@ -9,4 +9,4 @@ transformers==4.21.1 nltk==3.6.6 evaluate==0.4.0 rouge==1.0.1 -rouge_score==0.1.2 \ No newline at end of file +rouge_score==0.1.2 From 97e417efe9dadfaab3d694d7c3434c28e44076ba Mon Sep 17 00:00:00 2001 From: Mehdi <16926558+marscod@users.noreply.github.com> Date: Tue, 21 Feb 2023 01:12:40 -0800 Subject: [PATCH 2/2] remove huggingface-hub conflict & add rich --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 620d3455..c279932b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -huggingface-hub==0.0.12 +huggingface-hub==0.12.1 #nltk==3.5 numpy==1.23.2 openai==0.23.0 @@ -10,3 +10,4 @@ nltk==3.6.6 evaluate==0.4.0 rouge==1.0.1 rouge_score==0.1.2 +rich==13.3.1