Skip to content
This repository has been archived by the owner on Aug 5, 2023. It is now read-only.

Commit

Permalink
Bump scipy from 1.7.3 to 1.10.0
Browse files Browse the repository at this point in the history
Bumps [scipy](https://github.com/scipy/scipy) from 1.7.3 to 1.10.0.
- [Release notes](https://github.com/scipy/scipy/releases)
- [Commits](scipy/scipy@v1.7.3...v1.10.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jul 6, 2023
1 parent 49ebff7 commit 89da2f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt 100755 → 100644
@@ -1,5 +1,5 @@
numpy==1.22.4
scipy==1.7.3
scipy==1.10.0
gensim==3.8.3
networkx==2.6.3
pybind11==2.9.0
Expand Down
2 changes: 1 addition & 1 deletion setup.py 100755 → 100644
Expand Up @@ -128,7 +128,7 @@ def build_extensions(self):
install_requires=[
"pybind11>=2.9.0",
"numpy==1.22.4",
"scipy==1.7.3",
"scipy==1.10.0",
"gensim==3.8.3",
"networkx==2.6.3",
"psutil==5.9.0",
Expand Down

0 comments on commit 89da2f4

Please sign in to comment.