We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8320656 commit 6c2403aCopy full SHA for 6c2403a
labs/pyproject.toml
@@ -27,6 +27,8 @@ dependencies = [
27
"imageio ~= 2.37.0",
28
# Matplotlib for plotting
29
"matplotlib ~= 3.10.1",
30
+ # OpenCV for image manipulation (e.g., ResizeObservation)
31
+ "opencv-python ~= 4.11.0.86",
32
]
33
classifiers = [
34
"License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)",
0 commit comments