Skip to content

Commit 436b192

Browse files
committed
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
1 parent b1a5066 commit 436b192

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

requirements.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,9 @@ setuptools
1212
cmake
1313
ninja
1414

15+
# Workaround for what should be a torch dep
16+
# See discussion in #1174
17+
pyyaml
18+
1519
# Test Requirements
1620
pillow

0 commit comments

Comments
 (0)