less depencdies

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

@ -3,7 +3,7 @@ from setuptools import setup, find_packages
setup(
name = 'swarms',
packages = find_packages(exclude=[]),
version = '1.2.9',
version = '1.3.0',
license='MIT',
description = 'Swarms - Pytorch',
author = 'Kye Gomez',
@ -52,8 +52,8 @@ setup(
# 'test-tube',
# 'timm',
# 'torchmetrics',
'webdataset',
'yapf',
# 'webdataset',
# 'yapf',
'httpx',
'ggl',
'beautifulsoup4',
@ -61,9 +61,9 @@ setup(
'fastapi',
'pydantic',
'tenacity',
'python-dotenv',
'boto3',
'jinja2',
# 'python-dotenv',
# 'boto3',
# 'jinja2',
'python-multipart==0.0.6',
'celery',
'redis',

Loading…
Cancel
Save