diff --git a/.ci_support/environment-old.yml b/.ci_support/environment-old.yml index ac852d6b7..ff38d4e90 100644 --- a/.ci_support/environment-old.yml +++ b/.ci_support/environment-old.yml @@ -3,7 +3,7 @@ channels: dependencies: - aimsgb =1.0.2 - ase =3.22.1 -- atomistics =0.1.12 +- atomistics =0.1.27 - defusedxml =0.7.0 - h5py =3.9.0 - matplotlib-base =3.5.3 diff --git a/.ci_support/environment.yml b/.ci_support/environment.yml index 37f1d3ed5..c02169806 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.26 +- atomistics =0.1.27 - coverage - codacy-coverage - defusedxml =0.7.1 diff --git a/pyiron_atomistics/atomistics/master/murnaghan.py b/pyiron_atomistics/atomistics/master/murnaghan.py index 2743a5237..ff31eeaf0 100644 --- a/pyiron_atomistics/atomistics/master/murnaghan.py +++ b/pyiron_atomistics/atomistics/master/murnaghan.py @@ -12,7 +12,7 @@ get_error, fit_leastsq_eos, ) -from atomistics.workflows.evcurve.workflow import _strain_axes +from atomistics.workflows.evcurve.helper import _strain_axes import matplotlib.pyplot as plt import numpy as np diff --git a/pyproject.toml b/pyproject.toml index 38e08e6f5..b030c9fc8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ classifiers = [ ] dependencies = [ "ase==3.22.1", - "atomistics==0.1.26", + "atomistics==0.1.27", "defusedxml==0.7.1", "h5py==3.11.0", "matplotlib==3.8.4",