Skip to content

Commit 51bfe25

Browse files
authored
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
1 parent b1a5066 commit 51bfe25

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

requirements.txt

+4
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)