File tree Expand file tree Collapse file tree 5 files changed +12
-10
lines changed
PythonTestComponent/descriptor Expand file tree Collapse file tree 5 files changed +12
-10
lines changed Original file line number Diff line number Diff line change 2626
2727[metadata]
2828name = mpf_component_api
29- version = 7.1
29+ version = 7.2
3030description = OpenMPF Python Component API
3131
3232[options]
Original file line number Diff line number Diff line change 2626
2727[metadata]
2828name = mpf_component_util
29- version = 7.1
29+ version = 7.2
3030description = OpenMPF Python Component Utilities
3131
3232[options]
3333packages = find:
3434install_requires =
35- mpf_component_api>=7.1
35+ mpf_component_api>=7.2
3636 opencv-python>=4.4.0
3737 pydub
3838
Original file line number Diff line number Diff line change 11{
22 "componentName" : " PythonOcvComponent" ,
3- "componentVersion" : " 7.1 " ,
4- "middlewareVersion" : " 7.1 " ,
3+ "componentVersion" : " 7.2 " ,
4+ "middlewareVersion" : " 7.2 " ,
55 "sourceLanguage" : " python" ,
66 "batchLibrary" : " PythonOcvComponent" ,
77 "environmentVariables" : [],
88 "algorithm" : {
99 "name" : " PYTHONOCVTEST" ,
1010 "description" : " A dummy Python detection component." ,
1111 "actionType" : " DETECTION" ,
12+ "outputChangedCounter" : 1 ,
1213 "requiresCollection" : {
1314 "states" : []
1415 },
Original file line number Diff line number Diff line change 2626
2727[metadata]
2828name = PythonOcvComponent
29- version = 7.1
29+ version = 7.2
3030
3131[options]
3232packages = ocv_component
3333install_requires =
34- mpf_component_api>=7.1
35- mpf_component_util>=7.1
34+ mpf_component_api>=7.2
35+ mpf_component_util>=7.2
3636
3737[options.entry_points]
3838mpf.exported_component =
Original file line number Diff line number Diff line change 11{
22 "componentName" : " PythonTestComponent" ,
3- "componentVersion" : " 7.1 " ,
4- "middlewareVersion" : " 7.1 " ,
3+ "componentVersion" : " 7.2 " ,
4+ "middlewareVersion" : " 7.2 " ,
55 "sourceLanguage" : " python" ,
66 "batchLibrary" : " ${MPF_HOME}/plugins/PythonTestComponent/test_component.py" ,
77 "environmentVariables" : [],
88 "algorithm" : {
99 "name" : " PYTHONTEST" ,
1010 "description" : " A dummy Python detection component." ,
1111 "actionType" : " DETECTION" ,
12+ "outputChangedCounter" : 1 ,
1213 "requiresCollection" : {
1314 "states" : []
1415 },
You can’t perform that action at this time.
0 commit comments