Skip to content

Commit

Permalink
Merge pull request #217 from pyiron/dependabot/pip/scipy-1.14.0
Browse files Browse the repository at this point in the history
Bump scipy from 1.13.1 to 1.14.0
  • Loading branch information
jan-janssen authored Jun 26, 2024
2 parents 209801e + cbeea42 commit 7b599fa
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 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.5
- ase =3.23.0
- scipy =1.13.1
- scipy =1.14.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.6
- pympipool =0.8.5
- ase =3.23.0
- scipy =1.13.1
- scipy =1.14.0
2 changes: 1 addition & 1 deletion .github/workflows/unittests-mpich.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.9', '3.10', '3.11', '3.12']
python-version: ['3.10', '3.11', '3.12']

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unittests-openmpi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.9', '3.10', '3.11', '3.12']
python-version: ['3.10', '3.11', '3.12']

steps:
- uses: actions/checkout@v4
Expand Down
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.5
- ase =3.23.0
- scipy =1.13.1
- scipy =1.14.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.23.0",
"scipy==1.13.1",
"scipy==1.14.0",
]

[tool.setuptools.packages.find]
Expand Down

0 comments on commit 7b599fa

Please sign in to comment.