Skip to content

Commit 217889e

Browse files
EddyLXJmeta-codesync[bot]
authored andcommitted
Remove psutil dependency (#3563)
Summary: Pull Request resolved: #3563 As title, psutil is added in D86171150 to torchrec before because it is used in fbgemm-gpu. But right now psutil is removed in D87183818. So remove the unused dependency. Reviewed By: emlin Differential Revision: D87458831 fbshipit-source-id: 74750ac1161a11bdc2eb517f65dbf3e971774bf1
1 parent 32e5431 commit 217889e

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
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 psutil
31+
${CONDA_RUN} pip install importlib-metadata click PyYAML

requirements.txt

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

2120
# for tests
2221
# https://github.com/pytorch/pytorch/blob/b96b1e8cff029bb0a73283e6e7f6cc240313f1dc/requirements.txt#L3

0 commit comments

Comments
 (0)