Skip to content

Commit f5784eb

Browse files
Bump ase from 3.25.0 to 3.26.0 (#381)
* Bump ase from 3.25.0 to 3.26.0 Bumps [ase](https://gitlab.com/ase/ase) from 3.25.0 to 3.26.0. - [Changelog](https://gitlab.com/ase/ase/blob/master/CHANGELOG.rst) - [Commits](https://gitlab.com/ase/ase/compare/3.25.0...3.26.0) --- updated-dependencies: - dependency-name: ase dependency-version: 3.26.0 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]>
1 parent c2f32ba commit f5784eb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.ci_support/environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ channels:
33
- conda-forge
44
dependencies:
55
- aimsgb =1.1.1
6-
- ase =3.25.0
6+
- ase =3.26.0
77
- coverage
88
- dscribe =2.1.1
99
- matplotlib-base =3.10.3

.ci_support/environment_mini.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
channels:
22
- conda-forge
33
dependencies:
4-
- ase =3.25.0
4+
- ase =3.26.0
55
- coverage
66
- numpy =1.26.4
77
- scipy =1.15.2

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ classifiers = [
2424
"Programming Language :: Python :: 3.12",
2525
]
2626
dependencies = [
27-
"ase==3.25.0",
27+
"ase==3.26.0",
2828
"numpy==1.26.4",
2929
"scipy==1.15.2",
3030
]

0 commit comments

Comments
 (0)