Skip to content

Commit

Permalink
Merge pull request #245 from pyiron/dependabot/pip/scipy-1.14.1
Browse files Browse the repository at this point in the history
Bump scipy from 1.14.0 to 1.14.1
  • Loading branch information
jan-janssen authored Aug 23, 2024
2 parents 4999e0c + 3c2aa51 commit f817a52
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 =4.0.0
- executorlib =0.0.1
- ase =3.23.0
- scipy =1.14.0
- scipy =1.14.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 =4.0.0
- executorlib =0.0.1
- ase =3.23.0
- scipy =1.14.0
- scipy =1.14.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 =4.0.0
- executorlib =0.0.1
- ase =3.23.0
- scipy =1.14.0
- scipy =1.14.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.23.0",
"scipy==1.14.0",
"scipy==1.14.1",
]

[tool.setuptools.packages.find]
Expand Down

0 comments on commit f817a52

Please sign in to comment.