From 6f314a9dccf1d4dabc66a55dc7df76533ab1e116 Mon Sep 17 00:00:00 2001 From: Christian Puhrsch Date: Sat, 11 Nov 2023 20:08:37 +0000 Subject: [PATCH] Actually use a package --- setup.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/setup.py b/setup.py index 29e6489..e376abb 100644 --- a/setup.py +++ b/setup.py @@ -13,9 +13,7 @@ 'pycocotools', 'scipy', 'scikit-image', - ], - dependency_links=[ - 'git+https://github.com/pytorch-labs/ao.git#egg=torchao', + 'torchao', ], include_package_data=True, package_data={