From aedf080c16612e2c3700c0d84339f36fe025b4bf Mon Sep 17 00:00:00 2001 From: Abinaya Mahendiran Date: Mon, 16 May 2022 10:08:25 +0530 Subject: [PATCH] Fixed requirements for change_date_format and torchtext --- .../transformations/change_date_format/requirements.txt | 2 +- requirements-light.txt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/nlaugmenter/transformations/change_date_format/requirements.txt b/nlaugmenter/transformations/change_date_format/requirements.txt index 84059be5b..52be23a1e 100644 --- a/nlaugmenter/transformations/change_date_format/requirements.txt +++ b/nlaugmenter/transformations/change_date_format/requirements.txt @@ -1,3 +1,3 @@ # for date format transformation -dateparser==1.0.0 +dateparser==1.1.1 Babel==2.9.1 \ No newline at end of file diff --git a/requirements-light.txt b/requirements-light.txt index 3d7a71941..d11aa674e 100644 --- a/requirements-light.txt +++ b/requirements-light.txt @@ -8,8 +8,8 @@ spacytextblob==3.0.1 tqdm pandas>=1.2.0 ftfy==6.0.3 -dateparser==1.0.0 -torchtext==0.9.1 +dateparser==1.1.1 +torchtext==0.10.1 black==21.5b2 SoundsLike==0.0.11 seqeval==1.2.2