Skip to content

Commit b2d1574

Browse files
authored
Merge pull request #1819 from pyiron/atomistics
Update atomistics to 0.3.0
2 parents ccb4c04 + 1dbc71a commit b2d1574

File tree

5 files changed

+5
-4
lines changed

5 files changed

+5
-4
lines changed

.ci_support/environment-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ dependencies:
77
- myst-parser
88
- aimsgb =1.1.0
99
- ase =3.25.0
10-
- atomistics =0.2.5
10+
- atomistics =0.3.0
1111
- defusedxml =0.7.1
1212
- h5py =3.13.0
1313
- matplotlib-base =3.10.1

.ci_support/environment-notebooks.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ channels:
22
- conda-forge
33
dependencies:
44
- gpaw =24.1.0
5+
- gpaw-data <1
56
- jupyter
67
- lammps =2024.06.27=*_openmpi_*
78
- nglview

.ci_support/environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ channels:
33
dependencies:
44
- aimsgb =1.1.0
55
- ase =3.25.0
6-
- atomistics =0.2.5
6+
- atomistics =0.3.0
77
- coverage
88
- defusedxml =0.7.1
99
- h5py =3.13.0

binder/environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ channels:
33
dependencies:
44
- aimsgb =1.1.0
55
- ase =3.25.0
6-
- atomistics =0.2.5
6+
- atomistics =0.3.0
77
- defusedxml =0.7.1
88
- h5py =3.13.0
99
- matplotlib-base =3.10.1

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ classifiers = [
2525
]
2626
dependencies = [
2727
"ase==3.25.0",
28-
"atomistics==0.2.5",
28+
"atomistics==0.3.0",
2929
"defusedxml==0.7.1",
3030
"h5py==3.13.0",
3131
"matplotlib==3.10.1",

0 commit comments

Comments
 (0)