diff --git a/.ci_support/environment-docs.yml b/.ci_support/environment-docs.yml index 218724353..f1de4abfe 100644 --- a/.ci_support/environment-docs.yml +++ b/.ci_support/environment-docs.yml @@ -7,7 +7,7 @@ dependencies: - myst-parser - aimsgb =1.1.0 - ase =3.24.0 -- atomistics =0.1.33 +- atomistics =0.1.34 - defusedxml =0.7.1 - h5py =3.12.1 - matplotlib-base =3.10.0 @@ -22,9 +22,9 @@ dependencies: - pylammpsmpi =0.2.27 - pyscal3 =3.2.7 - scikit-learn =1.6.1 -- scipy =1.15.0 +- scipy =1.15.1 - seekpath =2.1.0 - spglib =2.5.0 -- structuretoolkit =0.0.29 +- structuretoolkit =0.0.30 - pyxtal =0.6.2 - jupyter-book =1.0.0 diff --git a/.ci_support/environment.yml b/.ci_support/environment.yml index e0e40d6a2..e16c507e4 100644 --- a/.ci_support/environment.yml +++ b/.ci_support/environment.yml @@ -3,7 +3,7 @@ channels: dependencies: - aimsgb =1.1.0 - ase =3.24.0 -- atomistics =0.1.33 +- atomistics =0.1.34 - coverage - codacy-coverage - defusedxml =0.7.1 @@ -20,8 +20,8 @@ dependencies: - pylammpsmpi =0.2.27 - pyscal3 =3.2.7 - scikit-learn =1.6.1 -- scipy =1.15.0 +- scipy =1.15.1 - seekpath =2.1.0 - spglib =2.5.0 -- structuretoolkit =0.0.29 +- structuretoolkit =0.0.30 - pyxtal =0.6.2 diff --git a/binder/environment.yml b/binder/environment.yml index 7ab44164b..eae4ca1e5 100644 --- a/binder/environment.yml +++ b/binder/environment.yml @@ -3,7 +3,7 @@ channels: dependencies: - aimsgb =1.1.0 - ase =3.24.0 -- atomistics =0.1.33 +- atomistics =0.1.34 - defusedxml =0.7.1 - h5py =3.12.1 - matplotlib-base =3.10.0 @@ -18,10 +18,10 @@ dependencies: - pylammpsmpi =0.2.27 - pyscal3 =3.2.7 - scikit-learn =1.6.1 -- scipy =1.15.0 +- scipy =1.15.1 - seekpath =2.1.0 - spglib =2.5.0 -- structuretoolkit =0.0.29 +- structuretoolkit =0.0.30 - pyxtal =0.6.2 - pyiron-data =0.0.30 - sqsgenerator =0.3 diff --git a/pyproject.toml b/pyproject.toml index 39a24fca9..b6e20ba44 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ classifiers = [ ] dependencies = [ "ase==3.24.0", - "atomistics==0.1.33", + "atomistics==0.1.34", "defusedxml==0.7.1", "h5py==3.12.1", "matplotlib==3.10.0", @@ -39,11 +39,11 @@ dependencies = [ "pyiron_snippets==0.1.4", "pylammpsmpi==0.2.27", "pyscal3==3.2.7", - "scipy==1.15.0", + "scipy==1.15.1", "scikit-learn==1.6.1", "seekpath==2.1.0", "spglib==2.5.0", - "structuretoolkit==0.0.29", + "structuretoolkit==0.0.30", ] dynamic = ["version"]