Skip to content

Commit

Permalink
Bump ase from 3.23.0 to 3.24.0 (#301)
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: pyironrunner <[email protected]>
  • Loading branch information
dependabot[bot] and pyiron-runner authored Jan 8, 2025
1 parent 2826cd5 commit 1d3dc72
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .ci_support/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ channels:
- conda-forge
dependencies:
- aimsgb =1.1.1
- ase =3.23.0
- ase =3.24.0
- coverage
- dscribe =2.1.1
- matplotlib-base =3.10.0
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/environment_mini.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
- numpy =1.26.4
- scipy =1.15.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.15.0",
]
Expand Down

0 comments on commit 1d3dc72

Please sign in to comment.