diff --git a/requirements.txt b/requirements.txt index cd016975..db598f57 100644 --- a/requirements.txt +++ b/requirements.txt @@ -40,7 +40,6 @@ ggl gradio_tools arxiv google-api-python-client -google-auth-oauth google-auth-httplib2 beautifulsoup4==4.11.2 O365 diff --git a/setup.py b/setup.py index 96d70378..88a97e0c 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ from setuptools import setup, find_packages setup( name = 'swarms', packages = find_packages(exclude=[]), - version = '0.5.9', + version = '0.6.0', license='MIT', description = 'Swarms - Pytorch', author = 'Kye Gomez', @@ -60,7 +60,6 @@ setup( 'gradio_tools', 'arxiv', 'google-api-python-client', - 'google-auth-oauth', 'google-auth-httplib2', 'beautifulsoup4==4.11.2', 'O365',