Skip to content

Commit

Permalink
Merge pull request #327 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 462c161 + f247c5c commit 0293710
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .ci_support/environment-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ dependencies:
- ase =3.23.0
- coverage
- numpy =1.26.3
- scipy =1.14.0
- scipy =1.14.1
- spglib =2.5.0
- phonopy =2.26.6
- structuretoolkit =0.0.27
- structuretoolkit =0.0.28
- seekpath =2.1.0
- lammps =2024.06.27
- pandas =2.2.2
Expand Down
4 changes: 2 additions & 2 deletions .ci_support/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ dependencies:
- pandas =2.2.2
- phonopy =2.26.6
- requests =2.32.3
- scipy =1.14.0
- scipy =1.14.1
- seekpath =2.1.0
- spglib =2.5.0
- structuretoolkit =0.0.27
- structuretoolkit =0.0.28
- tqdm =4.66.5
4 changes: 2 additions & 2 deletions binder/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ channels:
dependencies:
- ase =3.23.0
- numpy =1.26.4
- scipy =1.14.0
- scipy =1.14.1
- spglib =2.5.0
- phonopy =2.26.6
- structuretoolkit =0.0.27
- structuretoolkit =0.0.28
- seekpath =2.1.0
- gpaw =24.6.0
- lammps =2024.06.27
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ classifiers = [
dependencies = [
"ase==3.23.0",
"numpy==1.26.4",
"scipy==1.14.0",
"scipy==1.14.1",
"spglib==2.5.0",
]
dynamic = ["version"]
Expand All @@ -40,7 +40,7 @@ Repository = "https://github.com/pyiron/atomistics"
phonopy = [
"phonopy==2.26.6",
"seekpath==2.1.0",
"structuretoolkit==0.0.27",
"structuretoolkit==0.0.28",
]
gpaw = [
"gpaw==24.6.0",
Expand Down

0 comments on commit 0293710

Please sign in to comment.