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:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user