diff --git a/setup.py b/setup.py index 45b428e2..203c70fe 100644 --- a/setup.py +++ b/setup.py @@ -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',