Skip to content

Commit f54cafc

Browse files
committed
Remove opencv from apriltag requirements
1 parent 54220b6 commit f54cafc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

apriltag-requirements.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,6 @@ robotpy-apriltag==2024.1.1.1
33
# for other platforms there are a lot of ways to install numpy/OpenCV
44
# and we shouldn't dictate it
55
numpy==1.25.2; platform_machine == "roborio"
6-
robotpy-opencv; platform_machine == "roborio"
6+
7+
# OpenCV isn't strictly necessary for using the apriltag library, but it is useful.. but we omit it
8+
+#robotpy-opencv; platform_machine == "roborio"

0 commit comments

Comments
 (0)