Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump scipy from 1.2.1 to 1.10.0 #384

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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](scipy/scipy@v1.2.1...v1.10.0)

---
updated-dependencies:
- dependency-name: scipy
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
dependabot[bot] authored Jul 6, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit 14ba9147858d8db2f543c5de858c2fc451fbe599
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -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']},