Skip to content

Commit

Permalink
Update structuretoolkit to 0.0.29 (#388)
Browse files Browse the repository at this point in the history
* Update pyproject.toml

* Update environment.yml

* Update environment-docs.yml

* Update environment.yml
  • Loading branch information
jan-janssen authored Jan 8, 2025
1 parent 9cbbd11 commit f9402a9
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 @@ -12,7 +12,7 @@ dependencies:
- scipy =1.14.1
- spglib =2.5.0
- phonopy =2.34.0
- structuretoolkit =0.0.28
- structuretoolkit =0.0.29
- seekpath =2.1.0
- lammps =2024.06.27
- pandas =2.2.3
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ dependencies:
- scipy =1.14.1
- seekpath =2.1.0
- spglib =2.5.0
- structuretoolkit =0.0.28
- structuretoolkit =0.0.29
- tqdm =4.67.1
2 changes: 1 addition & 1 deletion binder/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dependencies:
- scipy =1.14.1
- spglib =2.5.0
- phonopy =2.34.0
- structuretoolkit =0.0.28
- structuretoolkit =0.0.29
- seekpath =2.1.0
- gpaw =24.6.0
- lammps =2024.06.27
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Repository = "https://github.com/pyiron/atomistics"
phonopy = [
"phonopy==2.34.0",
"seekpath==2.1.0",
"structuretoolkit==0.0.28",
"structuretoolkit==0.0.29",
]
gpaw = [
"gpaw==24.6.0",
Expand Down

0 comments on commit f9402a9

Please sign in to comment.