fix: requirements-api use flexible numpy/pillow versions to avoid pip downgrade OOM
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user