less depencdies

pull/38/head
Kye 1 year ago
parent ae74a53dfc
commit f02a25c823

@ -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 = '1.2.9', version = '1.3.0',
license='MIT', license='MIT',
description = 'Swarms - Pytorch', description = 'Swarms - Pytorch',
author = 'Kye Gomez', author = 'Kye Gomez',
@ -52,8 +52,8 @@ setup(
# 'test-tube', # 'test-tube',
# 'timm', # 'timm',
# 'torchmetrics', # 'torchmetrics',
'webdataset', # 'webdataset',
'yapf', # 'yapf',
'httpx', 'httpx',
'ggl', 'ggl',
'beautifulsoup4', 'beautifulsoup4',
@ -61,9 +61,9 @@ setup(
'fastapi', 'fastapi',
'pydantic', 'pydantic',
'tenacity', 'tenacity',
'python-dotenv', # 'python-dotenv',
'boto3', # 'boto3',
'jinja2', # 'jinja2',
'python-multipart==0.0.6', 'python-multipart==0.0.6',
'celery', 'celery',
'redis', 'redis',

Loading…
Cancel
Save