Skip to content

Commit

Permalink
Merge pull request #183 from pyiron/dependabot/pip/scipy-1.13.0
Browse files Browse the repository at this point in the history
Bump scipy from 1.12.0 to 1.13.0
  • Loading branch information
jan-janssen authored Apr 14, 2024
2 parents f9c63a0 + 8f94e09 commit a2924c2
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.5
- pympipool =0.7.17
- ase =3.22.1
- scipy =1.12.0
- scipy =1.13.0
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.5
- pympipool =0.7.17
- ase =3.22.1
- scipy =1.12.0
- scipy =1.13.0
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.5
- pympipool =0.7.17
- ase =3.22.1
- scipy =1.12.0
- scipy =1.13.0
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.12.0",
"scipy==1.13.0",
]

[tool.setuptools.packages.find]
Expand Down

0 comments on commit a2924c2

Please sign in to comment.