Skip to content

Commit ce16675

Browse files
EddyLXJmeta-codesync[bot]
authored andcommitted
Adding psutil dependency to support changes in fbgemm-gpu (meta-pytorch#3513)
Summary: Pull Request resolved: meta-pytorch#3513 As title, fix error in {F1983226329} Reviewed By: emlin Differential Revision: D86171150 fbshipit-source-id: d6553b3e157948f879b40bbb0d7fa00b2b357716
1 parent 2f4b794 commit ce16675

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/scripts/install_libs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ elif [ "$CHANNEL" = "test" ]; then
2828
fi
2929

3030

31-
${CONDA_RUN} pip install importlib-metadata click PyYAML
31+
${CONDA_RUN} pip install importlib-metadata click PyYAML psutil

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)