Skip to content

Commit

Permalink
Merge pull request #267 from pyiron/dependabot/pip/scipy-1.13.1
Browse files Browse the repository at this point in the history
Bump scipy from 1.13.0 to 1.13.1
  • Loading branch information
jan-janssen authored May 24, 2024
2 parents 7a20830 + 6de5b58 commit 2e5154c
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.22.1
- coverage
- numpy =1.26.3
- scipy =1.13.0
- scipy =1.13.1
- spglib =2.4.0
- phonopy =2.23.1
- structuretoolkit =0.0.22
- structuretoolkit =0.0.23
- seekpath =2.1.0
- lammps =2023.11.21
- 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 @@ -4,9 +4,9 @@ dependencies:
- ase =3.22.1
- coverage
- numpy =1.26.4
- scipy =1.13.0
- scipy =1.13.1
- spglib =2.4.0
- phonopy =2.23.1
- structuretoolkit =0.0.22
- structuretoolkit =0.0.23
- seekpath =2.1.0
- tqdm =4.66.4
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.22.1
- numpy =1.26.4
- scipy =1.13.0
- scipy =1.13.1
- spglib =2.4.0
- phonopy =2.23.1
- structuretoolkit =0.0.22
- structuretoolkit =0.0.23
- seekpath =2.1.0
- gpaw =24.1.0
- lammps =2024.02.07
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.22.1",
"numpy==1.26.4",
"scipy==1.13.0",
"scipy==1.13.1",
"spglib==2.4.0",
]
dynamic = ["version"]
Expand All @@ -40,7 +40,7 @@ Repository = "https://github.com/pyiron/atomistics"
phonopy = [
"phonopy==2.23.1",
"seekpath==2.1.0",
"structuretoolkit==0.0.22",
"structuretoolkit==0.0.23",
]
gpaw = [
"gpaw==24.1.0",
Expand Down

0 comments on commit 2e5154c

Please sign in to comment.