Skip to content

Commit f238f08

Browse files
committed
Force numpy<2.0 in requirements.txt to prevent NumPy 2.x CI/CD errors
1 parent 2dc9a2c commit f238f08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ wheel==0.38.4
22
setuptools==65.5.0
33
fastapi==0.110.2
44
uvicorn==0.29.0
5-
numpy==1.24.4
5+
numpy<2.0
66
opencv-python==4.8.1.78
77
tensorflow==2.15.0
88
ultralytics==8.1.34

0 commit comments

Comments
 (0)