Skip to content

Commit

Permalink
build(deps): bump scipy from 1.4.1 to 1.11.1
Browse files Browse the repository at this point in the history
Bumps [scipy](https://github.com/scipy/scipy) from 1.4.1 to 1.11.1.
- [Release notes](https://github.com/scipy/scipy/releases)
- [Commits](scipy/scipy@v1.4.1...v1.11.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 23, 2024
1 parent a5a956a commit 47a7749
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ classifiers = [
dependencies = [
"pyscf==1.7.5",
"h5py==3.0",
"scipy==1.4.1",
"scipy==1.11.1",
"numpy==1.18",
"opt_einsum",
"jupyter",
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pyscf==1.7.5
h5py==3.0
scipy==1.4.1
scipy==1.11.1
numpy==1.18
opt_einsum
jupyter
Expand Down

0 comments on commit 47a7749

Please sign in to comment.