From 51bfe25c898e5f7a09294ccc012cfbf1327614c9 Mon Sep 17 00:00:00 2001 From: Renato Golin Date: Thu, 11 Aug 2022 17:59:39 +0100 Subject: [PATCH] Add PyYaml to requirements.txt (#1174) Building on a fresh environment + virtualenv + in-tree build errors out becayse PyYaml isn't installed. Adding to requirements.txt fixes that. Fixes #1173 --- requirements.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/requirements.txt b/requirements.txt index dab7bce187b4..07a76ab6f12a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,5 +12,9 @@ setuptools cmake ninja +# Workaround for what should be a torch dep +# See discussion in #1174 +pyyaml + # Test Requirements pillow