Skip to content

Commit

Permalink
Updating plugin version and opencv-python version
Browse files Browse the repository at this point in the history
  • Loading branch information
gblong1 committed Sep 20, 2024
1 parent 54064ef commit 71899d8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,14 @@

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)
url="", # Optional
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",
Expand All @@ -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",
Expand Down

0 comments on commit 71899d8

Please sign in to comment.