fix(ml): downgrade numpy (#27591)

downgrade numpy
This commit is contained in:
Mert
2026-04-07 15:57:42 -04:00
committed by GitHub
parent f1882c2926
commit 9ba9a22c40
2 changed files with 77 additions and 75 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ dependencies = [
"gunicorn>=21.1.0",
"huggingface-hub>=0.20.1,<1.0",
"insightface>=0.7.3,<1.0",
"numpy>=2.3.4",
"numpy<2.4.0",
"opencv-python-headless>=4.7.0.72,<5.0",
"orjson>=3.9.5",
"pillow>=12.1.1,<12.2",