diff --git a/.ci_support/environment-lammps.yml b/.ci_support/environment-lammps.yml index 60eabffc..584bca57 100644 --- a/.ci_support/environment-lammps.yml +++ b/.ci_support/environment-lammps.yml @@ -3,7 +3,7 @@ channels: dependencies: - lammps =2023.11.21 - pandas =2.2.0 -- pylammpsmpi =0.2.12 +- pylammpsmpi =0.2.13 - jinja2 =3.1.3 - iprpy-data =2023.07.25 - dynaphopy =1.17.15 diff --git a/.ci_support/environment-notebooks.yml b/.ci_support/environment-notebooks.yml index 07b9cf39..62bfd001 100644 --- a/.ci_support/environment-notebooks.yml +++ b/.ci_support/environment-notebooks.yml @@ -6,7 +6,7 @@ dependencies: - gpaw =24.1.0 - lammps =2023.11.21 - pandas =2.2.0 -- pylammpsmpi =0.2.12 +- pylammpsmpi =0.2.13 - jinja2 =3.1.3 - iprpy-data =2023.07.25 - dynaphopy =1.17.15 diff --git a/.ci_support/environment.yml b/.ci_support/environment.yml index 581d5c9c..51db6214 100644 --- a/.ci_support/environment.yml +++ b/.ci_support/environment.yml @@ -3,9 +3,9 @@ channels: dependencies: - ase =3.22.1 - coverage -- numpy =1.26.3 +- numpy =1.26.4 - scipy =1.12.0 -- spglib =2.3.0 +- spglib =2.3.1 - phonopy =2.21.0 - structuretoolkit =0.0.21 - seekpath =2.1.0 diff --git a/binder/environment.yml b/binder/environment.yml index f1d89e00..f863ab1e 100644 --- a/binder/environment.yml +++ b/binder/environment.yml @@ -3,14 +3,14 @@ channels: dependencies: - ase =3.22.1 - coverage -- numpy =1.26.3 +- numpy =1.26.4 - scipy =1.12.0 -- spglib =2.3.0 +- spglib =2.3.1 - phonopy =2.21.0 - structuretoolkit =0.0.21 - seekpath =2.1.0 - gpaw =24.1.0 - lammps =2023.11.21 - pandas =2.2.0 -- pylammpsmpi =0.2.12 +- pylammpsmpi =0.2.13 - jinja2 =3.1.3 diff --git a/pyproject.toml b/pyproject.toml index 36cb481e..a39bb1ae 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,9 +26,9 @@ classifiers = [ ] dependencies = [ "ase==3.22.1", - "numpy==1.26.3", + "numpy==1.26.4", "scipy==1.12.0", - "spglib==2.3.0", + "spglib==2.3.1", ] dynamic = ["version"] @@ -47,7 +47,7 @@ gpaw = [ "gpaw==24.1.0", ] lammps = [ - "pylammpsmpi==0.2.12", + "pylammpsmpi==0.2.13", "jinja2==3.1.3", "pandas==2.2.0", ] @@ -61,7 +61,7 @@ qe = [ "pwtools==1.2.3" ] tqdm = [ - "tqdm==4.66.1" + "tqdm==4.66.2" ] [tool.setuptools.packages.find]