Skip to content

Commit

Permalink
fix emoji module version bug
Browse files Browse the repository at this point in the history
  • Loading branch information
sadeghjafari5528 committed May 22, 2024
1 parent 7427703 commit ec74904
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dadmatools/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -137,4 +137,4 @@ word2number==1.1
wrapt==1.12.1
zipp==3.5.0
zope.event==4.5.0
zope.interface==5.4.0
zope.interface==5.4.0
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,5 @@ packaging
sentencepiece
sacremoses
fasttext
kenlm
kenlm
emoji==2.10.0
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="dadmatools",
version="2.0.2",
version="2.0.3",
author="Dadmatech AI Company",
author_email="info@dadmatech.ir",
description="DadmaTools is a Persian NLP toolkit",
Expand Down Expand Up @@ -48,6 +48,7 @@
'sacremoses',
'fasttext',
'kenlm',
'emoji==2.10.0',
],

dependency_links = [
Expand Down

0 comments on commit ec74904

Please sign in to comment.