Skip to content

Commit

Permalink
add pyyaml as dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
mochic committed Nov 21, 2023
1 parent 8bf51e5 commit bcf98cb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ dynamic = ["version"]
dependencies = [
"aind-data-schema==0.17.3",
"aind-metadata-service[client]",
"scanimage-tiff-reader==1.4.1.4"
"scanimage-tiff-reader==1.4.1.4",
"pyyaml==6.0.1"
]

[project.optional-dependencies]
Expand Down

0 comments on commit bcf98cb

Please sign in to comment.