Skip to content

Commit

Permalink
Merge pull request #192 from pyiron/ase
Browse files Browse the repository at this point in the history
Update ASE to 3.23.0
  • Loading branch information
jan-janssen authored Jun 1, 2024
2 parents 031f5c5 + 9ab6a32 commit 98e0e6e
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 @@ -2,7 +2,7 @@ channels:
- conda-forge
dependencies:
- aimsgb =1.1.1
- ase =3.22.1
- ase =3.23.0
- coverage
- dscribe =2.1.1
- matplotlib-base =3.8.4
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.22.1
- ase =3.23.0
- coverage
- numpy =1.26.4
- scipy =1.13.1
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.22.1",
"ase==3.23.0",
"numpy==1.26.4",
"scipy==1.13.1",
]
Expand Down

0 comments on commit 98e0e6e

Please sign in to comment.