From ba457fdeaf3269289555439e8cc41b275eb16969 Mon Sep 17 00:00:00 2001 From: sanbuphy Date: Sat, 23 Nov 2024 22:10:47 +0800 Subject: [PATCH] fix --- setup.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/setup.py b/setup.py index 941659b..7bcdb1f 100644 --- a/setup.py +++ b/setup.py @@ -7,11 +7,6 @@ author="SocialAI", url="https://socialai-tianji.github.io/socialai-web/", packages=find_packages(exclude=["build", "dist"]), - install_requires=[ - "modelscope", - "tiktoken", - "einops", - ], classifiers=[ "Programming Language :: Python :: 3", "License :: OSI Approved :: Apache Software License",