diff --git a/.ci_support/environment.yml b/.ci_support/environment.yml index 04a360ead..ac158a38a 100644 --- a/.ci_support/environment.yml +++ b/.ci_support/environment.yml @@ -14,7 +14,7 @@ dependencies: - pandas =1.5.0 - phonopy =2.15.1 - pint =0.19.2 -- pyiron_base =0.5.23 +- pyiron_base =0.5.24 - pymatgen =2022.9.21 - pyscal =2.10.15 - scipy =1.9.1 diff --git a/setup.py b/setup.py index 4b1f64fb8..a7a23a700 100644 --- a/setup.py +++ b/setup.py @@ -40,7 +40,7 @@ 'pandas==1.5.0', 'phonopy==2.15.1', 'pint==0.19.2', - 'pyiron_base==0.5.23', + 'pyiron_base==0.5.24', 'pymatgen==2022.9.21', 'scipy==1.9.1', 'seekpath==2.0.1',