We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f4b794 commit ce16675Copy full SHA for ce16675
.github/scripts/install_libs.sh
@@ -28,4 +28,4 @@ elif [ "$CHANNEL" = "test" ]; then
28
fi
29
30
31
-${CONDA_RUN} pip install importlib-metadata click PyYAML
+${CONDA_RUN} pip install importlib-metadata click PyYAML psutil
requirements.txt
@@ -16,6 +16,7 @@ tqdm
16
usort
17
parameterized
18
PyYAML
19
+psutil
20
21
# for tests
22
# https://github.com/pytorch/pytorch/blob/b96b1e8cff029bb0a73283e6e7f6cc240313f1dc/requirements.txt#L3
0 commit comments