Skip to content

Commit 8deb7b6

Browse files
authored
Update jobflow to 0.3.1 (#171)
* Update pyproject.toml * Update environment.yml
1 parent 9ef3da7 commit 8deb7b6

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
- hatchling =1.28.0
88
- hatch-vcs =0.5.0
99
- httpcore =1.0.7
10-
- jobflow =0.2.1
10+
- jobflow =0.3.1
1111
- executorlib =1.7.4
1212
- pyiron_base =0.15.12
1313
- pyiron_workflow =0.15.4

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.7.6",
2626
]
2727
jobflow = [
28-
"jobflow>=0.1.18,<=0.2.1",
28+
"jobflow>=0.1.18,<=0.3.1",
2929
]
3030
pyiron = [
3131
"pyiron_base>=0.11.10,<=0.15.12",

0 commit comments

Comments
 (0)