Skip to content

Commit 04c0adb

Browse files
authored
Update jobflow to 0.2.0 (#134)
* Update pyproject.toml * Update environment.yml * Update pyproject.toml * Update environment.yml
1 parent 5409f03 commit 04c0adb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

binder/environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ dependencies:
77
- hatch =1.14.1
88
- hatchling =1.27.0
99
- httpcore =1.0.7
10-
- jobflow =0.1.19
10+
- jobflow =0.2.0
1111
- pyiron_base =0.12.0
1212
- pygraphviz =1.14
1313
- aiida-workgraph =0.5.2

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ aiida = [
2525
"aiida-workgraph>=0.5.1,<=0.5.2",
2626
]
2727
jobflow = [
28-
"jobflow>=0.1.18,<=0.1.19",
28+
"jobflow>=0.1.18,<=0.2.0",
2929
]
3030
pyiron = [
3131
"pyiron_base>=0.11.10,<=0.12.0",

0 commit comments

Comments
 (0)