Skip to content

Commit

Permalink
Update atomistics to 0.1.27
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-janssen committed Apr 26, 2024
1 parent cd7bb5c commit cbdf218
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .ci_support/environment-old.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pyiron_atomistics/atomistics/master/murnaghan.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit cbdf218

Please sign in to comment.