|
|
|
@ -3,7 +3,7 @@ from setuptools import setup, find_packages
|
|
|
|
|
setup(
|
|
|
|
|
name = 'swarms',
|
|
|
|
|
packages = find_packages(exclude=[]),
|
|
|
|
|
version = '1.2.7',
|
|
|
|
|
version = '1.2.9',
|
|
|
|
|
license='MIT',
|
|
|
|
|
description = 'Swarms - Pytorch',
|
|
|
|
|
author = 'Kye Gomez',
|
|
|
|
@ -34,53 +34,52 @@ setup(
|
|
|
|
|
'duckduckgo_search',
|
|
|
|
|
'faiss-cpu',
|
|
|
|
|
'wget==3.2',
|
|
|
|
|
'addict',
|
|
|
|
|
'albumentations',
|
|
|
|
|
'basicsr',
|
|
|
|
|
# 'addict',
|
|
|
|
|
# 'albumentations',
|
|
|
|
|
# 'basicsr',
|
|
|
|
|
# 'controlnet-aux',
|
|
|
|
|
# 'diffusers',
|
|
|
|
|
# 'einops',
|
|
|
|
|
# 'imageio',
|
|
|
|
|
'simpleaichat',
|
|
|
|
|
'imageio-ffmpeg',
|
|
|
|
|
'kornia',
|
|
|
|
|
# 'kornia',
|
|
|
|
|
'numpy',
|
|
|
|
|
'omegaconf',
|
|
|
|
|
# 'omegaconf',
|
|
|
|
|
# 'open_clip_torch',
|
|
|
|
|
# 'opencv-python',
|
|
|
|
|
'prettytable',
|
|
|
|
|
'safetensors',
|
|
|
|
|
'test-tube',
|
|
|
|
|
# 'prettytable',
|
|
|
|
|
# 'safetensors',
|
|
|
|
|
# 'test-tube',
|
|
|
|
|
# 'timm',
|
|
|
|
|
# 'torchmetrics',
|
|
|
|
|
'webdataset',
|
|
|
|
|
'yapf',
|
|
|
|
|
'httpx',
|
|
|
|
|
'ggl',
|
|
|
|
|
'beautifulsoup4==4.11.2',
|
|
|
|
|
'beautifulsoup4',
|
|
|
|
|
'llama-index',
|
|
|
|
|
'fastapi',
|
|
|
|
|
'pydantic==1.10.6',
|
|
|
|
|
'tenacity==8.2.2',
|
|
|
|
|
'pydantic',
|
|
|
|
|
'tenacity',
|
|
|
|
|
'python-dotenv',
|
|
|
|
|
'boto3',
|
|
|
|
|
'jinja2==3.1.2',
|
|
|
|
|
'jinja2',
|
|
|
|
|
'python-multipart==0.0.6',
|
|
|
|
|
'celery==5.3.1',
|
|
|
|
|
'redis==4.6.0',
|
|
|
|
|
'celery',
|
|
|
|
|
'redis',
|
|
|
|
|
'psycopg2-binary==2.9.5',
|
|
|
|
|
'google-search-results==2.4.2',
|
|
|
|
|
'Pillow',
|
|
|
|
|
# 'selenium',
|
|
|
|
|
# 'controlnet_aux',
|
|
|
|
|
'espnet==202301',
|
|
|
|
|
'espnet_model_zoo==0.1.7',
|
|
|
|
|
'waitress==2.1.2',
|
|
|
|
|
'asteroid',
|
|
|
|
|
'typeguard',
|
|
|
|
|
'pytesseract',
|
|
|
|
|
'fastapi-cache',
|
|
|
|
|
'fastapi-limiter',
|
|
|
|
|
# # 'controlnet_aux',
|
|
|
|
|
# 'espnet==202301',
|
|
|
|
|
# 'espnet_model_zoo==0.1.7',
|
|
|
|
|
# 'waitress==2.1.2',
|
|
|
|
|
# # 'asteroid',
|
|
|
|
|
# 'typeguard',
|
|
|
|
|
# 'pytesseract',
|
|
|
|
|
# 'fastapi-cache',
|
|
|
|
|
# 'fastapi-limiter',
|
|
|
|
|
],
|
|
|
|
|
classifiers=[
|
|
|
|
|
'Development Status :: 4 - Beta',
|
|
|
|
|