From 6468cc5acaecdb9aebd514804bac6148464bdc82 Mon Sep 17 00:00:00 2001 From: ExisteUnDelta Date: Thu, 25 Nov 2021 16:43:58 +0100 Subject: [PATCH] Update requirements.txt --- natural_language_processing/requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/natural_language_processing/requirements.txt b/natural_language_processing/requirements.txt index 5573072..e67504f 100644 --- a/natural_language_processing/requirements.txt +++ b/natural_language_processing/requirements.txt @@ -1,6 +1,6 @@ ## data -numpy==1.16.4 -pandas==0.25.1 +numpy +pandas xlrd==1.2.0 ## plot matplotlib==3.1.2 @@ -20,4 +20,4 @@ langdetect==1.0.7 textblob==0.15.3 transformers==3.0.1 rouge==1.0.0 -contractions==0.0.52 \ No newline at end of file +contractions==0.0.52