diff --git a/setup.py b/setup.py index 7ae61db..3e842af 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ include_package_data=True, install_requires=[ 'emoji==0.4.5', - 'numpy==1.13.1', + 'numpy==1.21.0', 'scipy==0.19.1', 'scikit-learn==0.19.0', 'text-unidecode==1.0',