Skip to content

Commit 9e31608

Browse files
authored
Update pyiron_base to 0.15.12 (#160)
* Update pyiron_base version constraint in pyproject.toml * Update hatchling and pyiron_base versions
1 parent b0b8f4a commit 9e31608

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

binder/environment.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,11 @@ dependencies:
44
- python =3.12
55
- click =8.1.8
66
- pydantic =2.12.4
7-
- hatchling =1.27.0
7+
- hatchling =1.28.0
88
- httpcore =1.0.7
99
- jobflow =0.2.1
10-
- pyiron_base =0.15.10
10+
- executorlib =1.7.4
11+
- pyiron_base =0.15.12
1112
- pyiron_workflow =0.15.4
1213
- pygraphviz =1.14
1314
- aiida-workgraph =0.7.6

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobflow = [
2828
"jobflow>=0.1.18,<=0.2.1",
2929
]
3030
pyiron = [
31-
"pyiron_base>=0.11.10,<=0.15.10",
31+
"pyiron_base>=0.11.10,<=0.15.12",
3232
]
3333
plot = [
3434
"pygraphviz>=1.10,<=1.14",
@@ -38,4 +38,4 @@ plot = [
3838

3939
[tool.coverage.run]
4040
source = ["python_workflow_definition"]
41-
command_line = "-m unittest discover tests"
41+
command_line = "-m unittest discover tests"

0 commit comments

Comments
 (0)