fix: requirements-api use flexible numpy/pillow versions to avoid pip downgrade OOM

This commit is contained in:
ShootTracker Deploy
2026-04-30 23:27:02 +02:00
parent d6368a997d
commit ed9bb6f94f
+2 -2
View File
@@ -1,8 +1,8 @@
fastapi==0.111.0
uvicorn[standard]==0.30.1
python-multipart==0.0.9
pillow==10.3.0
numpy==1.26.4
pillow>=10.0.0
numpy>=1.24.0
opencv-python-headless==4.9.0.80
ultralytics==8.2.37
httpx==0.27.0