diff --git a/pkgs/by-category/pythonPackages/prefab-specs.nix b/pkgs/by-category/pythonPackages/prefab-specs.nix index d87e37d..3eebc82 100644 --- a/pkgs/by-category/pythonPackages/prefab-specs.nix +++ b/pkgs/by-category/pythonPackages/prefab-specs.nix @@ -84,7 +84,7 @@ let httpx-retries robust-downloader doclayout-yolo - decord + # decord ; in { @@ -303,22 +303,23 @@ in ]; pythonImportsCheck = [ "qwen_vl_utils" ]; optional-dependencies = { - decord = [ - decord - ]; + # decord' = [ + # decord + # ]; }; meta = { description = "Qwen-VL Utils contains a set of helper functions for processing and integrating visual language information with Qwen-VL Series Model."; license = lib.licenses.asl20; }; }; - decord = { - url = "https://github.com/dmlc/decord/tree/v0.6.0/python"; - meta = { - description = "An efficient video loader for deep learning with smart shuffling that's super easy to digest"; - license = lib.licenses.asl20; - }; - }; + # decord = { + # url = "https://github.com/dmlc/decord/tree/v0.6.0/python"; + # hash = "sha256-7YedKE0FAuZOCiQlgocZCMfkXvykxdf10ES7KwVZ1hc="; + # meta = { + # description = "An efficient video loader for deep learning with smart shuffling that's super easy to digest"; + # license = lib.licenses.asl20; + # }; + # }; mineru-vl-utils = { url = "https://github.com/opendatalab/mineru-vl-utils/tree/mineru_vl_utils-0.1.22-released"; hash = "sha256-hpTW/1nwXPxfld4nx0XHZBMerWj+UL1vzDhYpwjezRU=";