From d377af6c2d01b30d3de892cee91f1ed8fb50d6e8 Mon Sep 17 00:00:00 2001 From: Adeeb Shihadeh Date: Sun, 18 Aug 2024 11:01:09 -0700 Subject: [PATCH] pyyaml is unused --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index aa552a8b57..73167c50f4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,6 @@ urls = { "homepage" = "https://github.com/commaai/opendbc" } dependencies = [ "scons", - "pyyaml", "numpy", "Cython", "crcmod",