Skip to content

Commit

Permalink
clen up of setup
Browse files Browse the repository at this point in the history
Former-commit-id: c099527
  • Loading branch information
kyegomez committed Aug 9, 2023
1 parent 245cf5f commit f46ba4a
Showing 1 changed file with 12 additions and 22 deletions.
34 changes: 12 additions & 22 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
setup(
name = 'swarms',
packages = find_packages(exclude=[]),
version = '1.2.5',
version = '1.2.6',
license='MIT',
description = 'Swarms - Pytorch',
author = 'Kye Gomez',
Expand All @@ -20,12 +20,11 @@
'transformers',
'openai',
'langchain==0.0.240',
'torch',
'torchvision',
'torchaudio',
# 'torch',
# 'torchvision',
# 'torchaudio',
'asyncio',
'nest_asyncio',
'bs4',
'pegasusx',
'google-generativeai',
'oceandb',
Expand All @@ -35,26 +34,25 @@
'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',
Expand All @@ -66,29 +64,21 @@
'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',
],
Expand Down

0 comments on commit f46ba4a

Please sign in to comment.