diff --git a/setup.py b/setup.py index cb54274..b9010d4 100644 --- a/setup.py +++ b/setup.py @@ -68,7 +68,7 @@ def setup_package(): 'Programming Language :: Python :: 3.6', ], - install_requires=['matplotlib==3.2.1', 'numpy==1.16.2', 'scipy==1.2.1', 'wordcloud==1.7.0', 'pandas==1.0.4', 'tqdm==4.46.1', 'nltk==3.5', + install_requires=['matplotlib==3.2.1', 'numpy==1.22.0', 'scipy==1.2.1', 'wordcloud==1.7.0', 'pandas==1.0.4', 'tqdm==4.46.1', 'nltk==3.5', 'scikit-learn==0.23.1', 'xlrd==1.2.0', 'python-Levenshtein==0.12.0', 'gensim==3.4.0', 'statsmodels==0.11.1', 'patsy==0.5.1', 'humanfriendly==8.2', 'psutil==5.7.0', 'Jinja2==2.11.3', 'urllib3==1.26.5'], extras_require={'test': ['beautifulsoup4==4.9.1', 'pytest==4.3.1']},