Skip to content

Commit

Permalink
Bump ase from 3.23.0 to 3.24.0 (#380)
Browse files Browse the repository at this point in the history
* Bump ase from 3.23.0 to 3.24.0

Bumps [ase](https://gitlab.com/ase/ase) from 3.23.0 to 3.24.0.
- [Changelog](https://gitlab.com/ase/ase/blob/master/CHANGELOG.rst)
- [Commits](https://gitlab.com/ase/ase/compare/3.23.0...3.24.0)

---
updated-dependencies:
- dependency-name: ase
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

* [dependabot skip] Update environment

---------

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>
  • Loading branch information
dependabot[bot] and github-actions[bot] authored Jan 8, 2025
1 parent f9402a9 commit 499a1ca
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .ci_support/environment-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dependencies:
- sphinx_rtd_theme
- myst-parser
- numpy
- ase =3.23.0
- ase =3.24.0
- coverage
- numpy =1.26.3
- scipy =1.14.1
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/environment.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
channels:
- conda-forge
dependencies:
- ase =3.23.0
- ase =3.24.0
- coverage
- lxml =5.3.0
- mendeleev =0.19.0
Expand Down
2 changes: 1 addition & 1 deletion binder/environment.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
channels:
- conda-forge
dependencies:
- ase =3.23.0
- ase =3.24.0
- numpy =1.26.4
- scipy =1.14.1
- spglib =2.5.0
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ classifiers = [
"Programming Language :: Python :: 3.12",
]
dependencies = [
"ase==3.23.0",
"ase==3.24.0",
"numpy==1.26.4",
"scipy==1.14.1",
"spglib==2.5.0",
Expand Down

0 comments on commit 499a1ca

Please sign in to comment.