chore(ml)!: require numpy 2.4 (#28158)

require numpy 2.4
This commit is contained in:
Mert
2026-05-07 15:07:39 -04:00
committed by GitHub
parent 87713c7f2f
commit 36caeb34ec
2 changed files with 75 additions and 77 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ dependencies = [
"gunicorn>=21.1.0",
"huggingface-hub>=1.0,<2.0",
"insightface>=0.7.3,<1.0",
"numpy<2.4.0",
"numpy>=2.4.0,<3.0",
"opencv-python-headless>=4.7.0.72,<5.0",
"orjson>=3.9.5",
"pillow>=12.2,<13",