Skip to content

Commit 1127e2a

Browse files
committed
adds emoji==1.4.2 to reqs
1 parent e42a7c3 commit 1127e2a

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# coding=utf-8
22
from .preprocess import ArabertPreprocessor
33

4-
__version__ = "1.0.0"
4+
__version__ = "1.0.1"

requirements.txt

+1
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
# tensorflow-gpu >= 1.11.0, <2.0 # GPU version of TensorFlow.
33
PyArabic
44
farasapy
5+
emoji==1.4.2

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def get_long_description():
3333

3434
setup(
3535
name="arabert",
36-
version="1.0.0",
36+
version="1.0.1",
3737
author="AUB MIND Lab",
3838
maintainer="Wissam Antoun",
3939
maintainer_email="wissam.antoun@gmail.com",
@@ -43,7 +43,7 @@ def get_long_description():
4343
"the preprocessing scripts.",
4444
long_description=get_long_description(),
4545
long_description_content_type="text/markdown",
46-
install_requires=["PyArabic", "farasapy"],
46+
install_requires=["PyArabic", "farasapy", "emoji==1.4.2"],
4747
py_modules=["arabert.preprocess"],
4848
package_dir={"arabert": "."},
4949
packages=[

0 commit comments

Comments
 (0)