Commit ·
f117b17
1
Parent(s): ca3d3de
fix: requirements.txt — un-merge concatenated lines + drop server-only deps
Browse files- requirements.txt +7 -6
requirements.txt
CHANGED
|
@@ -26,12 +26,13 @@ soundfile>=0.12
|
|
| 26 |
# Vision pipeline (MediaPipe Holistic for the pose-debug overlay)
|
| 27 |
# Optional at runtime — landmarks.py lazy-imports it.
|
| 28 |
mediapipe>=0.10.18
|
| 29 |
-
# Sign classifier (
|
| 30 |
-
|
| 31 |
-
|
| 32 |
-
#
|
| 33 |
-
#
|
| 34 |
-
|
|
|
|
| 35 |
# Dev / test
|
| 36 |
pytest>=8.3
|
| 37 |
ruff>=0.7
|
|
|
|
| 26 |
# Vision pipeline (MediaPipe Holistic for the pose-debug overlay)
|
| 27 |
# Optional at runtime — landmarks.py lazy-imports it.
|
| 28 |
mediapipe>=0.10.18
|
| 29 |
+
# Sign classifier (MLP for fingerspelling — runs on Space CPU).
|
| 30 |
+
torch>=2.4
|
| 31 |
+
|
| 32 |
+
# Note: transformers, TTS (Coqui), and librosa are NOT in the Space
|
| 33 |
+
# requirements. Composer (Qwen3-8B) and TTS (XTTS-v2) are served from
|
| 34 |
+
# AMD Developer Cloud. The local TTS path falls back to a silent-stub
|
| 35 |
+
# WAV when soundfile is the only audio dep available.
|
| 36 |
# Dev / test
|
| 37 |
pytest>=8.3
|
| 38 |
ruff>=0.7
|