Skip to content

Commit f40665b

Browse files
authored
Update pyiron_dataclasses to 0.0.6 (#1930)
* Update pyproject.toml * Update environment.yml * Update environment-mini.yml * Update environment-docs.yml * Update environment.yml * Update pyproject.toml * Update environment.yml * Update environment.yml * Update environment-docs.yml
1 parent 127c104 commit f40665b

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

.ci_support/environment-docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ dependencies:
1616
- monty =2025.3.3
1717
- numpy =2.3.4
1818
- pandas =2.3.3
19-
- pint =0.25
19+
- pint =0.25.1
2020
- psutil =7.1.3
2121
- pyfileindex =0.1.0
22-
- pyiron_dataclasses =0.0.5
22+
- pyiron_dataclasses =0.0.6
2323
- pyiron_snippets =1.0.2
2424
- pysqa =0.3.3
2525
- pytables =3.10.2

.ci_support/environment-mini.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ dependencies:
1010
- pandas =2.3.3
1111
- psutil =7.1.3
1212
- pyfileindex =0.1.0
13-
- pyiron_dataclasses =0.0.5
13+
- pyiron_dataclasses =0.0.6
1414
- pyiron_snippets =1.0.2
1515
- pysqa =0.3.3
1616
- pytables =3.10.2

.ci_support/environment.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ dependencies:
1414
- monty =2025.3.3
1515
- numpy =2.3.4
1616
- pandas =2.3.3
17-
- pint =0.25
17+
- pint =0.25.1
1818
- psutil =7.1.3
1919
- pyfileindex =0.1.0
20-
- pyiron_dataclasses =0.0.5
20+
- pyiron_dataclasses =0.0.6
2121
- pyiron_snippets =1.0.2
2222
- pysqa =0.3.3
2323
- pytables =3.10.2

binder/environment.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ dependencies:
1313
- monty =2025.3.3
1414
- numpy =2.3.4
1515
- pandas =2.3.3
16-
- pint =0.25
16+
- pint =0.25.1
1717
- psutil =7.1.3
1818
- pyfileindex =0.1.0
19-
- pyiron_dataclasses =0.0.4
19+
- pyiron_dataclasses =0.0.6
2020
- pyiron_snippets =1.0.2
2121
- pysqa =0.3.3
2222
- pytables =3.10.2

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ dependencies = [
3232
"pandas==2.3.3",
3333
"psutil==7.1.3",
3434
"pyfileindex==0.1.0",
35-
"pyiron_dataclasses==0.0.5",
35+
"pyiron_dataclasses==0.0.6",
3636
"pyiron_snippets==1.0.2",
3737
"pysqa==0.3.3",
3838
"sqlalchemy==2.0.44",
@@ -59,7 +59,7 @@ flux = [
5959
"jinja2==3.1.6",
6060
]
6161
stats = [
62-
"pint==0.25",
62+
"pint==0.25.1",
6363
]
6464

6565
[project.scripts]

0 commit comments

Comments
 (0)