Skip to content

Commit 8438abe

Browse files
aliafzalfacebook-github-bot
authored andcommitted
OSS build fix due to dependency issue (meta-pytorch#3509)
Summary: internal psutil was added as a new dependency in FBGEMM in this diff D85604160 and is causing the OSS build to fail. Fix: Added psutil in requirements Reviewed By: chouxi Differential Revision: D86103237
1 parent 2f4b794 commit 8438abe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ tqdm
1616
usort
1717
parameterized
1818
PyYAML
19+
psutil
1920

2021
# for tests
2122
# https://github.com/pytorch/pytorch/blob/b96b1e8cff029bb0a73283e6e7f6cc240313f1dc/requirements.txt#L3

0 commit comments

Comments
 (0)