platypush/platypush/plugins/ml/cv/manifest.yaml

18 lines
284 B
YAML

manifest:
events: {}
install:
apk:
- py3-numpy
- py3-opencv
pacman:
- python-numpy
- python-opencv
apt:
- python3-numpy
- python3-opencv
pip:
- numpy
- opencv-python
package: platypush.plugins.ml.cv
type: plugin