From 4e1080cff9fbdfb4977870ad3b1e2625c7cf6f74 Mon Sep 17 00:00:00 2001 From: Soumik Rakshit <19soumik.rakshit96@gmail.com> Date: Wed, 30 Oct 2024 21:25:02 +0000 Subject: [PATCH] update: dependencies --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cb56280..e6d62f3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,6 +14,7 @@ dependencies = [ "instructor>=1.6.1", "jsonlines>=4.0.0", "openai>=1.51.2", + "opencv-python>=4.10.0.84", "sentencepiece>=0.2.0", "torcheval>=0.0.7", "torchmetrics[multimodal]>=1.4.1,<2.0.0", @@ -27,7 +28,6 @@ dependencies = [ [project.optional-dependencies] dev = [ - "pytest>=8.3.3", "isort>=5.13.2", "black>=24.10.0", "ruff>=0.6.9",