Skip to content

Commit b5d5bab

Browse files
committed
fix(depth-estimation): add huggingface_hub as explicit dependency
Was only a transitive dep via gradio/depth-anything-v2, getting dropped by pip's resolver. Now explicitly required for hf_hub_download.
1 parent d5849a5 commit b5d5bab

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

skills/transformation/depth-estimation/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
torch~=2.7.0
55
torchvision~=0.22.0
66
depth-anything-v2>=0.1.0
7+
huggingface_hub>=0.20.0
78
numpy>=1.24.0
89
opencv-python-headless>=4.8.0
910
Pillow>=10.0.0

0 commit comments

Comments
 (0)