pin opencv-python to get required cv2.typing module

This commit is contained in:
Lincoln Stein 2023-11-27 23:18:23 -05:00 committed by psychedelicious
parent d971c5fa64
commit ace0eb366b

View File

@ -59,7 +59,7 @@ dependencies = [
"omegaconf",
"onnx",
"onnxruntime",
"opencv-python",
"opencv-python~=4.8.1.1",
"pydantic~=2.5.0",
"pydantic-settings~=2.0.3",
"picklescan",