Skip to content

Commit

Permalink
Merge pull request #149 from pyiron/notebooks_env_patch
Browse files Browse the repository at this point in the history
Notebooks env patch
  • Loading branch information
liamhuber authored Jan 5, 2024
2 parents 1ea4ff6 + 313794a commit 18ae526
Show file tree
Hide file tree
Showing 5 changed files with 238 additions and 171 deletions.
8 changes: 4 additions & 4 deletions .binder/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ dependencies:
- toposort =1.10
- typeguard =4.1.5
- ase =3.22.1
- atomistics =0.1.12
- atomistics =0.1.20
- lammps
- phonopy =2.21.0
- pyiron_atomistics =0.3.5
- pyiron-data =0.0.24
- numpy =1.26.0
- pyiron_atomistics =0.4.4
- pyiron-data =0.0.27
- numpy =1.26.3
8 changes: 4 additions & 4 deletions .ci_support/environment-notebooks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ channels:
- conda-forge
dependencies:
- ase =3.22.1
- atomistics =0.1.12
- atomistics =0.1.20
- lammps
- phonopy =2.21.0
- pyiron_atomistics =0.3.5
- pyiron-data =0.0.24
- numpy =1.26.0
- pyiron_atomistics =0.4.4
- pyiron-data =0.0.27
- numpy =1.26.3
Loading

0 comments on commit 18ae526

Please sign in to comment.