File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 77
88setup (
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" ,
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" ,
You can’t perform that action at this time.
0 commit comments