File tree 1 file changed +2
-3
lines changed
1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 7
7
8
8
setup (
9
9
name = "gimpopenvino" , # Required
10
- version = "0.0.1 " , # Required
10
+ version = "2.99.3 " , # Required
11
11
description = "OpenVINO™ AI Plugins for GIMP" , # Optional
12
12
long_description = long_description , # Optional
13
13
long_description_content_type = "text/markdown" , # Optional (see note above)
14
14
url = "" , # Optional
15
15
author = "Arisha Kumar" , # Optional
16
16
author_email = "" , # Optional
17
17
classifiers = [ # Optional
18
- "Development Status :: 3 - Alpha" ,
19
18
# Indicate who your project is intended for
20
19
"Intended Audience :: Developers" ,
21
20
"Topic :: Software Development :: Build Tools" ,
34
33
"gdown" ,
35
34
'enum; python_version <= "2.7"' ,
36
35
"requests" ,
37
- "opencv-python" ,
36
+ "opencv-python>=4.8.1.78 " ,
38
37
"scikit-image" ,
39
38
"timm==0.4.5" ,
40
39
"transformers>=4.37.0" ,
You can’t perform that action at this time.
0 commit comments