Skip to content

Commit 6c2403a

Browse files
committed
Add OpenCV to dependencies.
OpenCV is useful for image manipulation, e.g., the ResizeObservation wrapper.
1 parent 8320656 commit 6c2403a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

labs/pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ dependencies = [
2727
"imageio ~= 2.37.0",
2828
# Matplotlib for plotting
2929
"matplotlib ~= 3.10.1",
30+
# OpenCV for image manipulation (e.g., ResizeObservation)
31+
"opencv-python ~= 4.11.0.86",
3032
]
3133
classifiers = [
3234
"License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)",

0 commit comments

Comments
 (0)