diff --git a/.ci_support/environment-docs.yml b/.ci_support/environment-docs.yml index 5c0558a59..891e31a80 100644 --- a/.ci_support/environment-docs.yml +++ b/.ci_support/environment-docs.yml @@ -10,14 +10,14 @@ dependencies: - atomistics =0.1.32 - defusedxml =0.7.1 - h5py =3.12.1 -- matplotlib-base =3.9.4 +- matplotlib-base =3.10.0 - mendeleev =0.19.0 -- mp-api =0.43.0 +- mp-api =0.44.0 - numpy =1.26.4 - pandas =2.2.3 - phonopy =2.26.6 - pint =0.24.4 -- pyiron_base =0.10.9 +- pyiron_base =0.10.10 - pyiron_snippets =0.1.4 - pylammpsmpi =0.2.26 - pyscal3 =3.2.7 diff --git a/.ci_support/environment.yml b/.ci_support/environment.yml index 10df51e67..c95343c0f 100644 --- a/.ci_support/environment.yml +++ b/.ci_support/environment.yml @@ -8,14 +8,14 @@ dependencies: - codacy-coverage - defusedxml =0.7.1 - h5py =3.12.1 -- matplotlib-base =3.9.4 +- matplotlib-base =3.10.0 - mendeleev =0.19.0 -- mp-api =0.43.0 +- mp-api =0.44.0 - numpy =1.26.4 - pandas =2.2.3 - phonopy =2.26.6 - pint =0.24.4 -- pyiron_base =0.10.9 +- pyiron_base =0.10.10 - pyiron_snippets =0.1.4 - pylammpsmpi =0.2.26 - pyscal3 =3.2.7 diff --git a/binder/environment.yml b/binder/environment.yml index 0b9648d1c..157a87d69 100644 --- a/binder/environment.yml +++ b/binder/environment.yml @@ -6,14 +6,14 @@ dependencies: - atomistics =0.1.32 - defusedxml =0.7.1 - h5py =3.12.1 -- matplotlib-base =3.9.4 +- matplotlib-base =3.10.0 - mendeleev =0.19.0 -- mp-api =0.43.0 +- mp-api =0.44.0 - numpy =1.26.4 - pandas =2.2.3 - phonopy =2.26.6 - pint =0.24.4 -- pyiron_base =0.10.9 +- pyiron_base =0.10.10 - pyiron_snippets =0.1.4 - pylammpsmpi =0.2.26 - pyscal3 =3.2.7 diff --git a/pyproject.toml b/pyproject.toml index c1f59688e..edf663cbe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,14 +28,14 @@ dependencies = [ "atomistics==0.1.32", "defusedxml==0.7.1", "h5py==3.12.1", - "matplotlib==3.9.4", + "matplotlib==3.10.0", "mendeleev==0.19.0", - "mp-api==0.43.0", + "mp-api==0.44.0", "numpy==1.26.4", "pandas==2.2.3", "phonopy==2.26.6", "pint==0.24.4", - "pyiron_base==0.10.9", + "pyiron_base==0.10.10", "pyiron_snippets==0.1.4", "pylammpsmpi==0.2.26", "pyscal3==3.2.7",