Skip to content

Commit 7b599fa

Browse files
authored
Merge pull request #217 from pyiron/dependabot/pip/scipy-1.14.0
Bump scipy from 1.13.1 to 1.14.0
2 parents 209801e + cbeea42 commit 7b599fa

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.ci_support/environment-mpich.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ dependencies:
88
- mpi4py =3.1.6
99
- pympipool =0.8.5
1010
- ase =3.23.0
11-
- scipy =1.13.1
11+
- scipy =1.14.0

.ci_support/environment-openmpi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ dependencies:
88
- mpi4py =3.1.6
99
- pympipool =0.8.5
1010
- ase =3.23.0
11-
- scipy =1.13.1
11+
- scipy =1.14.0

.github/workflows/unittests-mpich.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
strategy:
1616
matrix:
17-
python-version: ['3.9', '3.10', '3.11', '3.12']
17+
python-version: ['3.10', '3.11', '3.12']
1818

1919
steps:
2020
- uses: actions/checkout@v4

.github/workflows/unittests-openmpi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
strategy:
1616
matrix:
17-
python-version: ['3.9', '3.10', '3.11', '3.12']
17+
python-version: ['3.10', '3.11', '3.12']
1818

1919
steps:
2020
- uses: actions/checkout@v4

binder/environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ dependencies:
77
- mpi4py =3.1.6
88
- pympipool =0.8.5
99
- ase =3.23.0
10-
- scipy =1.13.1
10+
- scipy =1.14.0

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Repository = "https://github.com/pyiron/pylammpsmpi"
3838
[project.optional-dependencies]
3939
ase = [
4040
"ase==3.23.0",
41-
"scipy==1.13.1",
41+
"scipy==1.14.0",
4242
]
4343

4444
[tool.setuptools.packages.find]

0 commit comments

Comments
 (0)