Add psutil if using macOS to requirements.txt

This commit is contained in:
brkirch 2022-12-04 08:31:19 -05:00
parent a7b1ab28d5
commit 8bc16b7582
1 changed files with 1 additions and 0 deletions

View File

@ -30,3 +30,4 @@ inflection
GitPython
torchsde
safetensors
psutil; sys_platform == 'darwin'