From b92c2b058a41e4e050aa5a77bb9e5c8e5b4f129a Mon Sep 17 00:00:00 2001 From: Niklas Siemer <70580458+niklassiemer@users.noreply.github.com> Date: Tue, 27 Sep 2022 12:56:39 +0200 Subject: [PATCH 1/2] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4d006ba3f..52746fb26 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.8', 'scipy==1.9.1', 'seekpath==2.0.1', From 02651ddf7b21bc9480f877a0e597b4fe48278f0d Mon Sep 17 00:00:00 2001 From: Niklas Siemer <70580458+niklassiemer@users.noreply.github.com> Date: Tue, 27 Sep 2022 12:56:54 +0200 Subject: [PATCH 2/2] Update environment.yml --- .ci_support/environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci_support/environment.yml b/.ci_support/environment.yml index ede0b35f1..783372fbe 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.8 - pyscal =2.10.15 - scipy =1.9.1