From bf7d699636976204989fbc60748de84e275824f9 Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Wed, 7 Jun 2023 14:20:19 -0600 Subject: [PATCH] Update pyiron_base to 0.5.42 --- .ci_support/environment-notebooks.yml | 2 +- .ci_support/environment.yml | 2 +- binder/environment.yml | 2 +- setup.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.ci_support/environment-notebooks.yml b/.ci_support/environment-notebooks.yml index 82100f5d3..d882d6a47 100644 --- a/.ci_support/environment-notebooks.yml +++ b/.ci_support/environment-notebooks.yml @@ -11,5 +11,5 @@ dependencies: - sphinxdft >=3.0 - sphinxdft-data - iprpy-data -- pyiron-data >=0.0.14 +- pyiron-data >=0.0.22 - sqsgenerator diff --git a/.ci_support/environment.yml b/.ci_support/environment.yml index 12ab2721d..e0ae06008 100644 --- a/.ci_support/environment.yml +++ b/.ci_support/environment.yml @@ -14,7 +14,7 @@ dependencies: - pandas =2.0.2 - phonopy =2.19.1 - pint =0.21 -- pyiron_base =0.5.39 +- pyiron_base =0.5.42 - pymatgen =2023.5.31 - pyscal =2.10.18 - scikit-learn =1.2.2 diff --git a/binder/environment.yml b/binder/environment.yml index 692f2ded3..9215c5e8f 100644 --- a/binder/environment.yml +++ b/binder/environment.yml @@ -14,6 +14,6 @@ dependencies: - seaborn - pyscal - jupyterlab -- pyiron-data >=0.0.5 +- pyiron-data >=0.0.22 - sqsgenerator - pymatgen diff --git a/setup.py b/setup.py index a2adbb9b0..6b0339d66 100644 --- a/setup.py +++ b/setup.py @@ -52,7 +52,7 @@ 'pandas==2.0.2', 'phonopy==2.19.1', 'pint==0.21', - 'pyiron_base==0.5.39', + 'pyiron_base==0.5.42', 'pymatgen==2023.5.31', 'scipy==1.10.1', 'seekpath==2.1.0',