Skip to content

Commit a32749a

Browse files
committed
feat: add version requirements to SKILL.md (python >=3.9, ultralytics >=8.3, torch >=2.4)
1 parent 9ad4307 commit a32749a

File tree

1 file changed

+6
-0
lines changed
  • skills/detection/yolo-detection-2026

1 file changed

+6
-0
lines changed

skills/detection/yolo-detection-2026/SKILL.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ icon: assets/icon.png
66
entry: scripts/detect.py
77
deploy: deploy.sh
88

9+
requirements:
10+
python: ">=3.9"
11+
ultralytics: ">=8.3.0"
12+
torch: ">=2.4.0"
13+
platforms: ["linux", "macos", "windows"]
14+
915
parameters:
1016
- name: auto_start
1117
label: "Auto Start"

0 commit comments

Comments
 (0)