Skip to content

Commit

Permalink
Add PyYaml to requirements.txt (#1174)
Browse files Browse the repository at this point in the history
Building on a fresh environment + virtualenv + in-tree build errors out
becayse PyYaml isn't installed. Adding to requirements.txt fixes that.

Fixes #1173
  • Loading branch information
rengolin authored Aug 11, 2022
1 parent b1a5066 commit 51bfe25
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,9 @@ setuptools
cmake
ninja

# Workaround for what should be a torch dep
# See discussion in #1174
pyyaml

# Test Requirements
pillow

0 comments on commit 51bfe25

Please sign in to comment.