pull/12/head
Kye 1 year ago
parent 0f9c44a3ae
commit f730efaf2c

@ -4,7 +4,7 @@ from setuptools import setup, find_packages
setup( setup(
name = 'swarms', name = 'swarms',
packages = find_packages(exclude=[]), packages = find_packages(exclude=[]),
version = '0.8.6', version = '0.8.7',
license='MIT', license='MIT',
description = 'Swarms - Pytorch', description = 'Swarms - Pytorch',
author = 'Kye Gomez', author = 'Kye Gomez',
@ -76,12 +76,12 @@ setup(
'python-multipart==0.0.6', 'python-multipart==0.0.6',
'celery==5.2.7', 'celery==5.2.7',
'redis==4.5.4', 'redis==4.5.4',
'sentencepiece==0.1.97', 'sentencepiece',
'bitsandbytes==0.37.2', 'bitsandbytes==0.37.2',
'psycopg2-binary==2.9.5', 'psycopg2-binary==2.9.5',
'google-search-results==2.4.2', 'google-search-results==2.4.2',
'black==23.1.0', 'black==23.1.0',
'Pillow==9.0.0', 'Pillow',
'selenium', 'selenium',
'diffusers', 'diffusers',
'controlnet_aux', 'controlnet_aux',

Loading…
Cancel
Save