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
pull/1220/head
Renato Golin 2022-08-11 17:59:39 +01:00 committed by GitHub
parent b1a506624c
commit 51bfe25c89
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -12,5 +12,9 @@ setuptools
cmake
ninja
# Workaround for what should be a torch dep
# See discussion in #1174
pyyaml
# Test Requirements
pillow