diff --git a/.binder/environment.yml b/.binder/environment.yml index 692a91c9..b7f1e24d 100644 --- a/.binder/environment.yml +++ b/.binder/environment.yml @@ -8,14 +8,14 @@ dependencies: - graphviz =8.1.0 - h5io =0.2.2 - matplotlib =3.8.2 -- pympipool =0.7.9 +- pympipool =0.7.13 - python-graphviz =0.20.1 - toposort =1.10 - typeguard =4.1.5 - ase =3.22.1 -- atomistics =0.1.20 +- atomistics =0.1.23 - lammps - phonopy =2.21.0 -- pyiron_atomistics =0.4.7 +- pyiron_atomistics =0.4.14 - pyiron-data =0.0.27 -- numpy =1.26.3 +- numpy =1.26.4 diff --git a/.ci_support/environment-notebooks.yml b/.ci_support/environment-notebooks.yml index c7520f58..d24aae09 100644 --- a/.ci_support/environment-notebooks.yml +++ b/.ci_support/environment-notebooks.yml @@ -2,9 +2,9 @@ channels: - conda-forge dependencies: - ase =3.22.1 - - atomistics =0.1.20 + - atomistics =0.1.23 - lammps - phonopy =2.21.0 - - pyiron_atomistics =0.4.7 + - pyiron_atomistics =0.4.14 - pyiron-data =0.0.27 - - numpy =1.26.3 \ No newline at end of file + - numpy =1.26.4 \ No newline at end of file diff --git a/.ci_support/environment.yml b/.ci_support/environment.yml index f51dd566..978884a7 100644 --- a/.ci_support/environment.yml +++ b/.ci_support/environment.yml @@ -8,7 +8,7 @@ dependencies: - graphviz =8.1.0 - h5io =0.2.2 - matplotlib =3.8.2 -- pympipool =0.7.9 +- pympipool =0.7.13 - python-graphviz =0.20.1 - toposort =1.10 - typeguard =4.1.5 diff --git a/docs/environment.yml b/docs/environment.yml index 20a9e197..4d501b22 100644 --- a/docs/environment.yml +++ b/docs/environment.yml @@ -13,7 +13,7 @@ dependencies: - graphviz =8.1.0 - h5io =0.2.2 - matplotlib =3.8.2 -- pympipool =0.7.9 +- pympipool =0.7.13 - python-graphviz =0.20.1 - toposort =1.10 - typeguard =4.1.5 diff --git a/setup.py b/setup.py index 0b8c35a6..e8d02b61 100644 --- a/setup.py +++ b/setup.py @@ -33,17 +33,17 @@ 'graphviz==0.20.1', 'h5io==0.2.2', 'matplotlib==3.8.2', - 'pympipool==0.7.9', + 'pympipool==0.7.13', 'toposort==1.10', 'typeguard==4.1.5', ], extras_require={ "node_library": [ 'ase==3.22.1', - 'atomistics==0.1.21', - 'numpy==1.26.3', + 'atomistics==0.1.23', + 'numpy==1.26.4', 'phonopy==2.21.0', - 'pyiron_atomistics==0.4.9', + 'pyiron_atomistics==0.4.14', ], "tinybase": [ 'boto3', # Just because pyiron_contrib is not making sure it's there