Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion host-python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ dream-style = ["onnxruntime>=1.17,<2"]
# does nothing until the wearer turns face_recognition on, and never matches
# anyone who was not consensually enrolled — there is no stranger lookup and no
# face database beyond your own contacts. See truth_lens/face_backends.py.
face = ["insightface>=0.7,<2", "onnxruntime>=1.17,<2"]
face = ["insightface>=0.7,<3", "onnxruntime>=1.17,<2"]
# data-over-sound (ggwave — near-ultrasonic audio chirps, from the llama.cpp
# author) — transmit small payloads between devices as sound. A QR-free pairing
# fallback: the Brain sings a code, the phone catches it out of the air. Opt-in,
Expand Down
Loading