Skip to content

Commit

Permalink
Add wandb to requirements.txt and setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
RichieHakim committed Mar 17, 2024
1 parent ee6b528 commit 97ee2b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ seaborn
sparse
scipy
xxhash
wandb
torch
torchvision
torchaudio
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ def read_requirements():
'torchaudio',
'ipywidgets',
'eva_decord',
'wandb',
]}

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

0 comments on commit 97ee2b9

Please sign in to comment.