diff --git a/esp32-p4-function-ev-board/examples/esp_brookesia_phone/components/human_face_detect/idf_component.yml b/esp32-p4-function-ev-board/examples/esp_brookesia_phone/components/human_face_detect/idf_component.yml index 08c156e..772472c 100644 --- a/esp32-p4-function-ev-board/examples/esp_brookesia_phone/components/human_face_detect/idf_component.yml +++ b/esp32-p4-function-ev-board/examples/esp_brookesia_phone/components/human_face_detect/idf_component.yml @@ -4,4 +4,4 @@ description: human face detect model. url: https://github.com/espressif/esp-dl/tree/master/models/human_face_detect dependencies: espressif/esp-dl: - version: "^3.0.0-rc.1" \ No newline at end of file + version: "==3.0.0-rc.1" \ No newline at end of file diff --git a/esp32-p4-function-ev-board/examples/esp_brookesia_phone/components/pedestrian_detect/idf_component.yml b/esp32-p4-function-ev-board/examples/esp_brookesia_phone/components/pedestrian_detect/idf_component.yml index 3a772d4..37e2c9e 100644 --- a/esp32-p4-function-ev-board/examples/esp_brookesia_phone/components/pedestrian_detect/idf_component.yml +++ b/esp32-p4-function-ev-board/examples/esp_brookesia_phone/components/pedestrian_detect/idf_component.yml @@ -4,4 +4,4 @@ description: pedestrian detect model. url: https://github.com/espressif/esp-dl/tree/master/models/pedestrian_detect dependencies: espressif/esp-dl: - version: "^3.0.0-rc.1" \ No newline at end of file + version: "==3.0.0-rc.1" \ No newline at end of file