Skip to content

Commit

Permalink
update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
suchenzang committed Mar 5, 2023
1 parent c49c4a0 commit a4afe77
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,13 +169,6 @@ def do_setup(package_data):
"torch",
"tqdm",
"typing_extensions",
"einops",
"webdataset==0.1.103",
"matplotlib",
"pytorchvideo==0.1.5",
"wandb",
"albumentations",
"dalle_pytorch",
],
dependency_links=dependency_links,
packages=find_packages(
Expand All @@ -196,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 a4afe77

Please sign in to comment.