Skip to content

Commit 0811329

Browse files
Bump lammpsparser from 0.0.2 to 0.0.3 (#652)
* Bump lammpsparser from 0.0.2 to 0.0.3 Bumps [lammpsparser](https://github.com/pyiron/lammpsparser) from 0.0.2 to 0.0.3. - [Release notes](https://github.com/pyiron/lammpsparser/releases) - [Commits](pyiron/lammpsparser@lammpsparser-0.0.2...lammpsparser-0.0.3) --- updated-dependencies: - dependency-name: lammpsparser dependency-version: 0.0.3 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * [dependabot skip] Update environment --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 14d6927 commit 0811329

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

.ci_support/environment-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ dependencies:
1919
- pylammpsmpi =0.3.12
2020
- jinja2 =3.1.6
2121
- jupyter-book =1.0.0
22-
- lammpsparser =0.0.2
22+
- lammpsparser =0.0.3
2323
- vaspparser =0.0.3
2424
- hatchling =1.29.0
2525
- hatch-vcs =0.5.0

.ci_support/environment-lammps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ dependencies:
77
- jinja2 =3.1.6
88
- iprpy-data =2023.07.25
99
- dynaphopy =1.18.0
10-
- lammpsparser =0.0.2
10+
- lammpsparser =0.0.3

.ci_support/environment-notebooks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ dependencies:
99
- pylammpsmpi =0.3.12
1010
- jinja2 =3.1.6
1111
- dynaphopy =1.18.0
12-
- lammpsparser =0.0.2
12+
- lammpsparser =0.0.3

binder/environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ dependencies:
1515
- jinja2 =3.1.6
1616
- dynaphopy =1.18.0
1717
- tqdm =4.67.3
18-
- lammpsparser =0.0.2
18+
- lammpsparser =0.0.3
1919
- vaspparser =0.0.3
2020
- hatchling =1.29.0
2121
- hatch-vcs =0.5.0

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,14 +50,14 @@ lammps = [
5050
"pylammpsmpi==0.3.12",
5151
"jinja2==3.1.6",
5252
"pandas==2.3.3",
53-
"lammpsparser==0.0.2",
53+
"lammpsparser==0.0.3",
5454
]
5555
lammps_phonons = [
5656
"pylammpsmpi==0.3.12",
5757
"jinja2==3.1.6",
5858
"pandas==2.3.3",
5959
"dynaphopy==1.18.0",
60-
"lammpsparser==0.0.2",
60+
"lammpsparser==0.0.3",
6161
]
6262
experimental = [
6363
"lxml==6.0.2",

0 commit comments

Comments
 (0)