Skip to content

Commit 71899d8

Browse files
committed
Updating plugin version and opencv-python version
1 parent 54064ef commit 71899d8

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

setup.py

+2-3
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,14 @@
77

88
setup(
99
name="gimpopenvino", # Required
10-
version="0.0.1", # Required
10+
version="2.99.3", # Required
1111
description="OpenVINO™ AI Plugins for GIMP", # Optional
1212
long_description=long_description, # Optional
1313
long_description_content_type="text/markdown", # Optional (see note above)
1414
url="", # Optional
1515
author="Arisha Kumar", # Optional
1616
author_email="", # Optional
1717
classifiers=[ # Optional
18-
"Development Status :: 3 - Alpha",
1918
# Indicate who your project is intended for
2019
"Intended Audience :: Developers",
2120
"Topic :: Software Development :: Build Tools",
@@ -34,7 +33,7 @@
3433
"gdown",
3534
'enum; python_version <= "2.7"',
3635
"requests",
37-
"opencv-python",
36+
"opencv-python>=4.8.1.78",
3837
"scikit-image",
3938
"timm==0.4.5",
4039
"transformers>=4.37.0",

0 commit comments

Comments
 (0)