From 9aeb86ba301ccb73f9d9d7bf78dba09ff39f9d8f Mon Sep 17 00:00:00 2001 From: Kye Date: Mon, 3 Jul 2023 21:53:12 -0400 Subject: [PATCH] new setup --- requirements.txt | 2 +- setup.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 9e852e7f..38e5b5c9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -23,7 +23,7 @@ einops gradio imageio imageio-ffmpeg -GroundingDINO +# GroundingDINO invisible-watermark kornia numpy diff --git a/setup.py b/setup.py index 14f6b9df..0caa0221 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 = '0.2.2', + version = '0.2.3', license='MIT', description = 'Swarms - Pytorch', author = 'Kye Gomez', @@ -53,7 +53,7 @@ setup( "torchmetrics", "webdataset", "yapf", - 'GroundingDINO' + # 'GroundingDINO' "wolframalpha", "wikipedia", "httpx",