fix(deps): pin numpy<2.2 for CPUs without x86_64_v2; docs Apache+503

- Avoid NumPy wheel baseline X86_V2 import crash on older VMs
- README: NumPy error remediation, Apache ProxyPass example, web UI note

Made-with: Cursor
This commit is contained in:
dosangyoon
2026-03-23 15:31:40 +09:00
parent 26ff9b59c2
commit 9ec998e1f1
2 changed files with 41 additions and 5 deletions

View File

@@ -2,6 +2,8 @@ fastapi
uvicorn[standard]
python-multipart
pydantic
# NumPy 2.2+ Linux wheel은 x86_64_v2(AVX2 등) 기준인 경우가 많아, 구형 CPU 서버에서 import 시 RuntimeError가 납니다.
numpy>=1.26,<2.2
faster-whisper
imageio-ffmpeg
psycopg[binary]