Browse Source

remove editable mode as it is not supported on older pip version

tags/v0.3.6-rc0
haixuanTao 1 year ago
parent
commit
f89b171bbc
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      examples/python-dataflow/dataflow.yml

+ 3
- 3
examples/python-dataflow/dataflow.yml View File

@@ -1,6 +1,6 @@
nodes:
- id: camera
build: pip install -e ../../node-hub/opencv-video-capture
build: pip install ../../node-hub/opencv-video-capture
path: opencv-video-capture
inputs:
tick: dora/timer/millis/20
@@ -12,7 +12,7 @@ nodes:
IMAGE_HEIGHT: 480

- id: object-detection
build: pip install -e ../../node-hub/ultralytics-yolo
build: pip install ../../node-hub/ultralytics-yolo
path: ultralytics-yolo
inputs:
image:
@@ -24,7 +24,7 @@ nodes:
MODEL: yolov8n.pt

- id: plot
build: pip install -e ../../node-hub/opencv-plot
build: pip install ../../node-hub/opencv-plot
path: opencv-plot
inputs:
image:


Loading…
Cancel
Save