diff --git a/setup.py b/setup.py
index c1461d6b..1f4dac00 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.5',
+  version = '1.2.6',
   license='MIT',
   description = 'Swarms - Pytorch',
   author = 'Kye Gomez',
@@ -20,12 +20,11 @@ setup(
         'transformers',
         'openai',
         'langchain==0.0.240',
-        'torch',
-        'torchvision',
-        'torchaudio',
+        # 'torch',
+        # 'torchvision',
+        # 'torchaudio',
         'asyncio',
         'nest_asyncio',
-        'bs4',
         'pegasusx',
         'google-generativeai',
         'oceandb',
@@ -35,26 +34,25 @@ setup(
         'duckduckgo_search',
         'faiss-cpu',
         'wget==3.2',
-        'accelerate',
         'addict',
         'albumentations',
         'basicsr',
-        'controlnet-aux',
-        'diffusers',
-        'einops',
-        'imageio',
+        # 'controlnet-aux',
+        # 'diffusers',
+        # 'einops',
+        # 'imageio',
         'simpleaichat',
         'imageio-ffmpeg',
         'kornia',
         'numpy',
         'omegaconf',
-        'open_clip_torch',
-        'opencv-python',
+        # 'open_clip_torch',
+        # 'opencv-python',
         'prettytable',
         'safetensors',
         'test-tube',
-        'timm',
-        'torchmetrics',
+        # 'timm',
+        # 'torchmetrics',
         'webdataset',
         'yapf',
         'httpx',
@@ -66,29 +64,21 @@ setup(
         'tenacity==8.2.2',
         'python-dotenv',
         'boto3',
-        'uvicorn==0.21.1',
         'jinja2==3.1.2',
         'python-multipart==0.0.6',
         'celery==5.3.1',
         'redis==4.6.0',
-        'sentencepiece',
         'psycopg2-binary==2.9.5',
         'google-search-results==2.4.2',
-        'black==23.7.0',
         'Pillow',
         'selenium',
-        'diffusers',
         'controlnet_aux',
-        'tiktoken',
         'espnet==202301',
         'espnet_model_zoo==0.1.7',
         'waitress==2.1.2',
         'asteroid',
-        'speechbrain',
-        'timm',
         'typeguard',
         'pytesseract',
-        'huggingface_hub',
         'fastapi-cache',
         'fastapi-limiter',
     ],