From 436b19250bd3e312b2fe1963e74e824da6168909 Mon Sep 17 00:00:00 2001 From: Renato Golin Date: Mon, 8 Aug 2022 10:26:47 +0100 Subject: [PATCH] Add PyYaml to requirements.txt 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 dab7bce187b..07a76ab6f12 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