Skip to content

Commit

Permalink
Merge pull request #207 from pyiron/dependabot/pip/scipy-1.13.1
Browse files Browse the repository at this point in the history
Bump scipy from 1.13.0 to 1.13.1
  • Loading branch information
jan-janssen authored May 30, 2024
2 parents f840600 + 307f514 commit a60f50d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .ci_support/environment-mpich.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ dependencies:
- mpi4py =3.1.6
- pympipool =0.8.4
- ase =3.22.1
- scipy =1.13.0
- scipy =1.13.1
2 changes: 1 addition & 1 deletion .ci_support/environment-openmpi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ dependencies:
- mpi4py =3.1.6
- pympipool =0.8.4
- ase =3.22.1
- scipy =1.13.0
- scipy =1.13.1
2 changes: 1 addition & 1 deletion binder/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ dependencies:
- mpi4py =3.1.6
- pympipool =0.8.4
- ase =3.22.1
- scipy =1.13.0
- scipy =1.13.1
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Repository = "https://github.com/pyiron/pylammpsmpi"
[project.optional-dependencies]
ase = [
"ase==3.22.1",
"scipy==1.13.0",
"scipy==1.13.1",
]

[tool.setuptools.packages.find]
Expand Down

0 comments on commit a60f50d

Please sign in to comment.