Skip to content

Commit f5a1fb3

Browse files
Bump pyiron-snippets from 0.2.0 to 1.0.0 and pyiron_snippets from 0.15.3 to 0.15.4 (#1840)
* Bump pyiron-snippets from 0.2.0 to 1.0.0 Bumps [pyiron-snippets](https://github.com/pyiron/pyiron_snippets) from 0.2.0 to 1.0.0. - [Release notes](https://github.com/pyiron/pyiron_snippets/releases) - [Commits](pyiron/pyiron_snippets@pyiron_snippets-0.2.0...pyiron_snippets-1.0.0) --- updated-dependencies: - dependency-name: pyiron-snippets dependency-version: 1.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * Update environment.yml * Update environment.yml * Update environment-docs.yml * Update pyproject.toml * Update environment.yml * Update environment.yml * Update environment-docs.yml --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jan Janssen <jan-janssen@users.noreply.github.com>
1 parent c8ad5f7 commit f5a1fb3

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.ci_support/environment-docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ dependencies:
1717
- pandas =2.3.3
1818
- phonopy =2.43.2
1919
- pint =0.25
20-
- pyiron_base =0.15.3
20+
- pyiron_base =0.15.4
2121
- pyiron_lammps =0.4.8
22-
- pyiron_snippets =0.2.0
22+
- pyiron_snippets =1.0.1
2323
- pyiron_vasp =0.2.14
2424
- pylammpsmpi =0.3.3
2525
- pyscal3 =3.3.0

.ci_support/environment.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ dependencies:
1414
- pandas =2.3.3
1515
- phonopy =2.43.2
1616
- pint =0.25
17-
- pyiron_base =0.15.3
17+
- pyiron_base =0.15.4
1818
- pyiron_lammps =0.4.8
1919
- pyiron_vasp =0.2.14
20-
- pyiron_snippets =0.2.0
20+
- pyiron_snippets =1.0.1
2121
- pylammpsmpi =0.3.3
2222
- pyscal3 =3.3.0
2323
- scikit-learn =1.7.2

binder/environment.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ dependencies:
1313
- pandas =2.3.3
1414
- phonopy =2.43.2
1515
- pint =0.25
16-
- pyiron_base =0.15.3
16+
- pyiron_base =0.15.4
1717
- pyiron_lammps =0.4.8
18-
- pyiron_snippets =0.2.0
18+
- pyiron_snippets =1.0.1
1919
- pyiron_vasp =0.2.14
2020
- pylammpsmpi =0.3.3
2121
- pyscal3 =3.3.0

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ dependencies = [
3434
"pandas==2.3.3",
3535
"phonopy==2.43.2",
3636
"pint==0.25",
37-
"pyiron_base==0.15.3",
37+
"pyiron_base==0.15.4",
3838
"pyiron_lammps==0.4.8",
39-
"pyiron_snippets==0.2.0",
39+
"pyiron_snippets==1.0.1",
4040
"pyiron_vasp==0.2.14",
4141
"pylammpsmpi==0.3.3",
4242
"pyscal3==3.3.0",

0 commit comments

Comments
 (0)