Skip to content

Commit

Permalink
adds emoji==1.4.2 to reqs
Browse files Browse the repository at this point in the history
  • Loading branch information
WissamAntoun committed Jul 28, 2022
1 parent e42a7c3 commit 1127e2a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion __init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# coding=utf-8
from .preprocess import ArabertPreprocessor

__version__ = "1.0.0"
__version__ = "1.0.1"
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
# tensorflow-gpu >= 1.11.0, <2.0 # GPU version of TensorFlow.
PyArabic
farasapy
emoji==1.4.2
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def get_long_description():

setup(
name="arabert",
version="1.0.0",
version="1.0.1",
author="AUB MIND Lab",
maintainer="Wissam Antoun",
maintainer_email="wissam.antoun@gmail.com",
Expand All @@ -43,7 +43,7 @@ def get_long_description():
"the preprocessing scripts.",
long_description=get_long_description(),
long_description_content_type="text/markdown",
install_requires=["PyArabic", "farasapy"],
install_requires=["PyArabic", "farasapy", "emoji==1.4.2"],
py_modules=["arabert.preprocess"],
package_dir={"arabert": "."},
packages=[
Expand Down

0 comments on commit 1127e2a

Please # to comment.