diff --git a/.ci_support/environment.yml b/.ci_support/environment.yml index 5eeca8545..479c0b1ac 100644 --- a/.ci_support/environment.yml +++ b/.ci_support/environment.yml @@ -3,7 +3,7 @@ channels: dependencies: - aimsgb =1.1.0 - ase =3.22.1 -- atomistics =0.0.6 +- atomistics =0.1.2 - coveralls - coverage - codacy-coverage @@ -22,4 +22,4 @@ dependencies: - scipy =1.11.3 - seekpath =2.1.0 - spglib =2.1.0 -- structuretoolkit =0.0.11 +- structuretoolkit =0.0.12 diff --git a/setup.py b/setup.py index 91526cfd2..b1f3ee043 100644 --- a/setup.py +++ b/setup.py @@ -43,7 +43,7 @@ ]), install_requires=[ 'ase==3.22.1', - 'atomistics==0.0.6', + 'atomistics==0.1.2', 'defusedxml==0.7.1', 'h5py==3.10.0', 'matplotlib==3.8.1', @@ -58,7 +58,7 @@ 'seekpath==2.1.0', 'scikit-learn==1.3.2', 'spglib==2.1.0', - 'structuretoolkit==0.0.11' + 'structuretoolkit==0.0.12' ], cmdclass=versioneer.get_cmdclass(), package_data={'': ['data/*.csv']},