From cc0617111073b9ac01aa09bb8c87ccb41d97bb86 Mon Sep 17 00:00:00 2001 From: Kye Date: Mon, 3 Jul 2023 22:51:31 -0400 Subject: [PATCH] clean up --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index aa81cbf5..860bf6a3 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import setup, find_packages setup( name = 'swarms', packages = find_packages(exclude=[]), - version = '0.2.4', + version = '0.2.5', license='MIT', description = 'Swarms - Pytorch', author = 'Kye Gomez', @@ -26,7 +26,7 @@ setup( "nest_asyncio", "bs4", "playwright", - 'git+https://github.com/facebookresearch/segment-anything.git', + 'https://github.com/facebookresearch/segment-anything.git', "duckduckgo_search", "faiss-cpu", "wget==3.2",