Skip to content

Commit

Permalink
update setup.py from uriels PR #668
Browse files Browse the repository at this point in the history
  • Loading branch information
suchenzang committed Mar 12, 2023
1 parent 5b2de08 commit cdec8fa
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,16 @@ def do_setup(package_data):
"pyarrow",
"boto3",
"pandas",
]
],
"multimodal": [
"albumentations",
"dalle_pytorch",
"einops",
"matplotlib",
"pytorchvideo==0.1.5",
"wandb",
"webdataset==0.1.103",
],
},
package_data=package_data,
ext_modules=extensions,
Expand Down

0 comments on commit cdec8fa

Please sign in to comment.