Add psutil to requirements.txt (#52285)

Summary:
psutil is used in many test scripts under test/

Pull Request resolved: https://github.com/pytorch/pytorch/pull/52285

Reviewed By: jbschlosser

Differential Revision: D26516673

Pulled By: malfet

fbshipit-source-id: 09a81d5dba3bf5189e3e5575c2095eb069b93ade
This commit is contained in:
Hong Xu
2021-02-22 20:05:28 -08:00
committed by Facebook GitHub Bot
parent a59c4039e0
commit 6cfe55dea9

View File

@ -1,5 +1,7 @@
# Python dependencies required for development
future
numpy
psutil
pyyaml
requests
setuptools