|
|
@ -3,7 +3,7 @@ from setuptools import setup, find_packages
|
|
|
|
setup(
|
|
|
|
setup(
|
|
|
|
name = 'swarms',
|
|
|
|
name = 'swarms',
|
|
|
|
packages = find_packages(exclude=[]),
|
|
|
|
packages = find_packages(exclude=[]),
|
|
|
|
version = '0.2.4',
|
|
|
|
version = '0.2.5',
|
|
|
|
license='MIT',
|
|
|
|
license='MIT',
|
|
|
|
description = 'Swarms - Pytorch',
|
|
|
|
description = 'Swarms - Pytorch',
|
|
|
|
author = 'Kye Gomez',
|
|
|
|
author = 'Kye Gomez',
|
|
|
@ -26,7 +26,7 @@ setup(
|
|
|
|
"nest_asyncio",
|
|
|
|
"nest_asyncio",
|
|
|
|
"bs4",
|
|
|
|
"bs4",
|
|
|
|
"playwright",
|
|
|
|
"playwright",
|
|
|
|
'git+https://github.com/facebookresearch/segment-anything.git',
|
|
|
|
'https://github.com/facebookresearch/segment-anything.git',
|
|
|
|
"duckduckgo_search",
|
|
|
|
"duckduckgo_search",
|
|
|
|
"faiss-cpu",
|
|
|
|
"faiss-cpu",
|
|
|
|
"wget==3.2",
|
|
|
|
"wget==3.2",
|
|
|
|