|
|
@ -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.5',
|
|
|
|
version = '0.2.6',
|
|
|
|
license='MIT',
|
|
|
|
license='MIT',
|
|
|
|
description = 'Swarms - Pytorch',
|
|
|
|
description = 'Swarms - Pytorch',
|
|
|
|
author = 'Kye Gomez',
|
|
|
|
author = 'Kye Gomez',
|
|
|
@ -69,6 +69,10 @@ setup(
|
|
|
|
"pytube",
|
|
|
|
"pytube",
|
|
|
|
"pydub"
|
|
|
|
"pydub"
|
|
|
|
],
|
|
|
|
],
|
|
|
|
|
|
|
|
dependency_links=[
|
|
|
|
|
|
|
|
'git+https://github.com/IDEA-Research/GroundingDINO.git#egg=GroundingDINO',
|
|
|
|
|
|
|
|
'git+https://github.com/facebookresearch/segment-anything.git#egg=segment_anything'
|
|
|
|
|
|
|
|
],
|
|
|
|
classifiers=[
|
|
|
|
classifiers=[
|
|
|
|
'Development Status :: 4 - Beta',
|
|
|
|
'Development Status :: 4 - Beta',
|
|
|
|
'Intended Audience :: Developers',
|
|
|
|
'Intended Audience :: Developers',
|
|
|
|