Skip to content

Commit

Permalink
less depencdies
Browse files Browse the repository at this point in the history
Former-commit-id: f02a25c
  • Loading branch information
kyegomez committed Aug 9, 2023
1 parent bf9dfa0 commit 33b020b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 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.9',
version = '1.3.0',
license='MIT',
description = 'Swarms - Pytorch',
author = 'Kye Gomez',
Expand Down Expand Up @@ -52,18 +52,18 @@
# 'test-tube',
# 'timm',
# 'torchmetrics',
'webdataset',
'yapf',
# 'webdataset',
# 'yapf',
'httpx',
'ggl',
'beautifulsoup4',
'llama-index',
'fastapi',
'pydantic',
'tenacity',
'python-dotenv',
'boto3',
'jinja2',
# 'python-dotenv',
# 'boto3',
# 'jinja2',
'python-multipart==0.0.6',
'celery',
'redis',
Expand Down

0 comments on commit 33b020b

Please sign in to comment.