diff --git a/.ci_support/environment.yml b/.ci_support/environment.yml index 68f43c6f2..953359ca3 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.1.12 +- atomistics =0.1.14 - coverage - codacy-coverage - defusedxml =0.7.1 diff --git a/pyproject.toml b/pyproject.toml index d418a65c9..1864cf242 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ classifiers = [ ] dependencies = [ "ase==3.22.1", - "atomistics==0.1.12", + "atomistics==0.1.14", "defusedxml==0.7.1", "h5py==3.10.0", "matplotlib==3.8.2",