From 6460b640e42c5184df86656244aa2fff0998b154 Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Thu, 5 Oct 2023 11:56:28 +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 4a0f127f7..258458bed 100644 --- a/setup.py +++ b/setup.py @@ -53,7 +53,7 @@ 'pandas==2.1.1', 'phonopy==2.20.0', 'pint==0.22', - 'pyiron_base==0.6.6', + 'pyiron_base==0.6.7', 'scipy==1.11.3', 'seekpath==2.1.0', 'scikit-learn==1.3.1', From da5cdea4d3f5c880c1a68b8c2769199c4746ab95 Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Thu, 5 Oct 2023 11:56:43 +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 c328c7c31..90d0be3a8 100644 --- a/.ci_support/environment.yml +++ b/.ci_support/environment.yml @@ -16,7 +16,7 @@ dependencies: - pandas =2.1.1 - phonopy =2.20.0 - pint =0.22 -- pyiron_base =0.6.6 +- pyiron_base =0.6.7 - pyscal =2.10.18 - scikit-learn =1.3.1 - scipy =1.11.3