From 71899d803df1549ff70d80d2d86737ddbafa738f Mon Sep 17 00:00:00 2001 From: Garth Long Date: Fri, 20 Sep 2024 15:21:22 -0700 Subject: [PATCH] Updating plugin version and opencv-python version --- setup.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index 6094836..7fd57ac 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup( name="gimpopenvino", # Required - version="0.0.1", # Required + version="2.99.3", # Required description="OpenVINO™ AI Plugins for GIMP", # Optional long_description=long_description, # Optional long_description_content_type="text/markdown", # Optional (see note above) @@ -15,7 +15,6 @@ author="Arisha Kumar", # Optional author_email="", # Optional classifiers=[ # Optional - "Development Status :: 3 - Alpha", # Indicate who your project is intended for "Intended Audience :: Developers", "Topic :: Software Development :: Build Tools", @@ -34,7 +33,7 @@ "gdown", 'enum; python_version <= "2.7"', "requests", - "opencv-python", + "opencv-python>=4.8.1.78", "scikit-image", "timm==0.4.5", "transformers>=4.37.0",