diff --git a/examples/dataset/video_embedding_extraction/pyproject.toml b/examples/dataset/video_embedding_extraction/pyproject.toml index 2fc87d576..0c79c8a95 100644 --- a/examples/dataset/video_embedding_extraction/pyproject.toml +++ b/examples/dataset/video_embedding_extraction/pyproject.toml @@ -10,7 +10,7 @@ readme = "README.md" requires-python = ">=3.8,<3.12" license = {text = "MIT"} dependencies = [ - "torch==2.6.0", + "torch==2.13.0", "transformers>=4.30.0", "opencv-python>=4.8.0", "numpy>=1.24.0",