diff --git a/requirements.txt b/requirements.txt index 0681be14..c279932b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ -huggingface-hub==0.0.12 -nltk==3.5 +huggingface-hub==0.12.1 +#nltk==3.5 numpy==1.23.2 openai==0.23.0 pandas==1.4.3 @@ -9,4 +9,5 @@ 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 +rich==13.3.1