Skip to content

Commit

Permalink
Bump scipy from 1.15.1 to 1.15.2 and structuretoolkit from 0.0.30 to …
Browse files Browse the repository at this point in the history
…0.0.31 (#407)

* Bump scipy from 1.15.1 to 1.15.2

Bumps [scipy](https://github.com/scipy/scipy) from 1.15.1 to 1.15.2.
- [Release notes](https://github.com/scipy/scipy/releases)
- [Commits](scipy/scipy@v1.15.1...v1.15.2)

---
updated-dependencies:
- dependency-name: scipy
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* [dependabot skip] Update environment

* Update environment.yml

* Update environment.yml

* Update pyproject.toml

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Jan Janssen <[email protected]>
  • Loading branch information
3 people authored Feb 18, 2025
1 parent 51ade52 commit 8e6d0ce
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
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.3
- phonopy =2.37.0
- requests =2.32.3
- scipy =1.15.1
- scipy =1.15.2
- seekpath =2.1.0
- spglib =2.5.0
- structuretoolkit =0.0.30
- structuretoolkit =0.0.31
- tqdm =4.67.1
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.24.0
- numpy =1.26.4
- scipy =1.15.1
- scipy =1.15.2
- spglib =2.5.0
- phonopy =2.37.0
- structuretoolkit =0.0.30
- structuretoolkit =0.0.31
- 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.24.0",
"numpy==1.26.4",
"scipy==1.15.1",
"scipy==1.15.2",
"spglib==2.5.0",
]
dynamic = ["version"]
Expand All @@ -40,7 +40,7 @@ Repository = "https://github.com/pyiron/atomistics"
phonopy = [
"phonopy==2.37.0",
"seekpath==2.1.0",
"structuretoolkit==0.0.30",
"structuretoolkit==0.0.31",
]
gpaw = [
"gpaw==24.6.0",
Expand Down

0 comments on commit 8e6d0ce

Please sign in to comment.