Skip to content

Commit

Permalink
pyyaml requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
rkansal47 committed Nov 5, 2023
1 parent 0c39c3c commit cfa6a03
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ classifiers = [
dynamic = ["version"]
dependencies = [
"jetnet >= 0.2.4",
"yaml",
"pyyaml",
]

[project.optional-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion submissions/template/metadata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ container_path: ""
# command to run inference of the model, will need some argument to specify the dataset
inference_command: ""

model_repository: " "
model_repository: ""

0 comments on commit cfa6a03

Please sign in to comment.