Skip to content

Commit

Permalink
Merge pull request #1638 from pyiron/dependabot/pip/ase-3.24.0
Browse files Browse the repository at this point in the history
Bump ase from 3.23.0 to 3.24.0
  • Loading branch information
jan-janssen authored Jan 8, 2025
2 parents 312772a + e9e5def commit a2c965d
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
- aimsgb =1.1.0
- ase =3.23.0
- ase =3.24.0
- atomistics =0.1.33
- defusedxml =0.7.1
- h5py =3.12.1
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ channels:
- conda-forge
dependencies:
- aimsgb =1.1.0
- ase =3.23.0
- ase =3.24.0
- atomistics =0.1.33
- coverage
- codacy-coverage
Expand Down
2 changes: 1 addition & 1 deletion binder/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ channels:
- conda-forge
dependencies:
- aimsgb =1.1.0
- ase =3.23.0
- ase =3.24.0
- atomistics =0.1.33
- defusedxml =0.7.1
- h5py =3.12.1
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",
"atomistics==0.1.33",
"defusedxml==0.7.1",
"h5py==3.12.1",
Expand Down

0 comments on commit a2c965d

Please sign in to comment.