Skip to content

Commit 7946144

Browse files
committed
fix: CI requirements
Signed-off-by: dronefreak <kumaar324@gmail.com>
1 parent c5e563d commit 7946144

1 file changed

Lines changed: 10 additions & 4 deletions

File tree

requirements-ci.txt

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
11
# Core Dependencies
2-
numpy>=1.21.0,<2.0.0
3-
opencv-python>=4.5.0
4-
tensorflow>=2.10.0
5-
matplotlib>=3.3.0
2+
tensorflow==2.20.0
3+
4+
# TF 2.20 compatible stack
5+
numpy==1.26.4
6+
ml-dtypes>0.4.0
7+
grpcio>=1.59.0,<1.63.0
8+
9+
# OpenCV (stable ABI3, no backtracking)
10+
opencv-python==4.8.1.78
11+
612

713
# Optional: For Tello Drone Support
814
# Uncomment the line below if you want to use the Tello drone

0 commit comments

Comments
 (0)