Skip to content

Commit

Permalink
Merge pull request #376 from AbinayaM02/installation_fix
Browse files Browse the repository at this point in the history
Fixed requirements for change_date_format and torchtext
  • Loading branch information
kaustubhdhole authored May 16, 2022
2 parents 3deea56 + aedf080 commit a458d95
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# for date format transformation
dateparser==1.0.0
dateparser==1.1.1
Babel==2.9.1
4 changes: 2 additions & 2 deletions requirements-light.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a458d95

Please sign in to comment.