From bcf98cb3531af41d475f97791f09318676c90a41 Mon Sep 17 00:00:00 2001 From: Christopher Date: Mon, 20 Nov 2023 16:12:29 -0800 Subject: [PATCH] add pyyaml as dependency --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7c03b51c..26da4d87 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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]