diff --git a/.binder/environment.yml b/.binder/environment.yml index 03e710449..0811c955e 100644 --- a/.binder/environment.yml +++ b/.binder/environment.yml @@ -7,7 +7,7 @@ dependencies: - codacy-coverage - matplotlib-base =3.9.2 - numpy =1.26.4 -- pyiron_base =0.10.1 +- pyiron_base =0.10.9 - pyiron_atomistics =0.6.18 - pyiron_snippets =0.1.3 - pyparsing =3.1.4 @@ -15,10 +15,10 @@ dependencies: - seaborn =0.13.2 - scikit-image =0.24.0 - randspg =0.0.1 -- boto3 =1.35.14 +- boto3 =1.35.90 - moto =5.0.16 - aws-sam-translator =1.77.0 -- distributed =2024.8.0 +- distributed =2024.12.1 - h5io_browser =0.1.1 - pymatgen =2024.9.17.1 - python >= 3.10 diff --git a/.ci_support/environment.yml b/.ci_support/environment.yml index 3905039a1..1c544382c 100644 --- a/.ci_support/environment.yml +++ b/.ci_support/environment.yml @@ -7,7 +7,7 @@ dependencies: - codacy-coverage - matplotlib-base =3.9.2 - numpy =1.26.4 -- pyiron_base =0.10.1 +- pyiron_base =0.10.9 - pyiron_atomistics =0.6.18 - pyiron_snippets =0.1.3 - pyparsing =3.1.4 @@ -15,9 +15,9 @@ dependencies: - seaborn =0.13.2 - scikit-image =0.24.0 - randspg =0.0.1 -- boto3 =1.35.14 +- boto3 =1.35.90 - moto =5.0.16 - aws-sam-translator =1.77.0 -- distributed =2024.8.0 +- distributed =2024.12.1 - h5io_browser =0.1.1 - pymatgen =2024.9.17.1 diff --git a/docs/environment.yml b/docs/environment.yml index c26cb477d..969c5db43 100644 --- a/docs/environment.yml +++ b/docs/environment.yml @@ -13,7 +13,7 @@ dependencies: - codacy-coverage - matplotlib-base =3.9.2 - numpy =1.26.4 -- pyiron_base =0.10.1 +- pyiron_base =0.10.9 - pyiron_atomistics =0.6.18 - pyiron_snippets =0.1.3 - pyparsing =3.1.4 @@ -21,9 +21,9 @@ dependencies: - seaborn =0.13.2 - scikit-image =0.24.0 - randspg =0.0.1 -- boto3 =1.35.14 +- boto3 =1.35.90 - moto =5.0.16 - aws-sam-translator =1.77.0 -- distributed =2024.8.0 +- distributed =2024.12.1 - h5io_browser =0.1.1 - pymatgen =2024.9.17.1 diff --git a/setup.py b/setup.py index aab6de047..61abf5cb2 100644 --- a/setup.py +++ b/setup.py @@ -34,7 +34,7 @@ 'matplotlib==3.9.2', 'numpy==1.26.4', 'pyiron_snippets==0.1.3', - 'pyiron_base==0.10.1', + 'pyiron_base==0.10.9', 'scipy==1.14.1', 'seaborn==0.13.2', 'pyparsing==3.1.4', @@ -51,11 +51,11 @@ ], 'image': ['scikit-image==0.24.0'], 'generic': [ - 'boto3==1.35.14', + 'boto3==1.35.90', 'moto==5.0.16' ], 'tinybase': [ - 'distributed==2024.8.0', + 'distributed==2024.12.1', 'pymatgen==2024.9.17.1', 'pympipool==0.8.4', 'h5io_browser==0.1.1',