mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
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:
committed by
Facebook GitHub Bot
parent
a59c4039e0
commit
6cfe55dea9
@ -1,5 +1,7 @@
|
||||
# Python dependencies required for development
|
||||
future
|
||||
numpy
|
||||
psutil
|
||||
pyyaml
|
||||
requests
|
||||
setuptools
|
||||
|
Reference in New Issue
Block a user