From 14ba9147858d8db2f543c5de858c2fc451fbe599 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Jul 2023 21:33:34 +0000 Subject: [PATCH] Bump scipy from 1.2.1 to 1.10.0 Bumps [scipy](https://github.com/scipy/scipy) from 1.2.1 to 1.10.0. - [Release notes](https://github.com/scipy/scipy/releases) - [Commits](https://github.com/scipy/scipy/compare/v1.2.1...v1.10.0) --- updated-dependencies: - dependency-name: scipy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index cb54274..7d8b634 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.16.2', 'scipy==1.10.0', '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']},