Skip to content

Commit

Permalink
Bump aiida-pythonjob to 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
superstar54 committed Dec 3, 2024
1 parent 6da7c0a commit 6131e1f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion aiida_workgraph/engine/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ def prepare_for_python_task(task: dict, kwargs: dict, var_kwargs: dict) -> dict:
function_outputs.append(output)

inputs = prepare_pythonjob_inputs(
pickled_function=executor,
function_data=executor,
function_inputs=function_inputs,
function_outputs=function_outputs,
code=code,
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ dependencies = [
"aiida-core>=2.3",
"cloudpickle",
"aiida-shell~=0.8",
"aiida-pythonjob==0.1.3",
"aiida-pythonjob==0.1.4",
"fastapi",
"uvicorn",
"pydantic_settings",
Expand Down

0 comments on commit 6131e1f

Please sign in to comment.