From 3f8bc689bbec10a3df1091b5e353f998a56b19b0 Mon Sep 17 00:00:00 2001 From: evelynmitchell Date: Tue, 23 Apr 2024 20:45:07 -0600 Subject: [PATCH] pyyaml req --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c58b28e1..cc0eb32f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ sentry-sdk = "*" python-dotenv = "*" accelerate = "0.28.0" opencv-python = "^4.9.0.80" -yaml = "*" +PyYAML = "*" docstring_parser = "0.16" [tool.poetry.group.lint.dependencies]