Skip to content

Commit

Permalink
Add psutil dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
RichieHakim committed Jan 29, 2024
1 parent 46acb38 commit d3b3ea5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,14 @@ def read_requirements():
'natsort',
'paramiko',
'pandas',
'psutil',
'pytest',
'PyYAML',
'torch',
'torchvision',
'torchaudio',
'ipywidgets',
'decord',
'eva-decord',
]]

deps_advanced = [deps_all_dict[dep] for dep in [
Expand Down

0 comments on commit d3b3ea5

Please sign in to comment.