danylgao commited on
Commit
b32e6d9
·
1 Parent(s): 879668e
Files changed (1) hide show
  1. requirements.txt +34 -67
requirements.txt CHANGED
@@ -1,75 +1,42 @@
1
- aiofiles==23.2.1
2
- annotated-doc==0.0.4
3
- annotated-types==0.7.0
4
- anyio==4.12.0
5
- certifi==2025.11.12
6
- charset-normalizer==3.4.4
7
- click==8.3.1
8
- contourpy==1.3.3
9
- cycler==0.12.1
10
- fastapi==0.112.4
11
- ffmpy==1.0.0
12
- filelock==3.20.0
13
- fonttools==4.61.0
14
- fsspec==2025.12.0
15
- ftfy==6.1.1
16
- gradio==4.43.0
17
- gradio_client==1.3.0
18
  gradio_image_prompter==0.1.0
19
- h11==0.16.0
20
- hf-xet==1.2.0
21
- httpcore==1.0.9
22
- httpx==0.28.1
23
- huggingface-hub==0.36.0
24
- idna==3.11
25
- importlib_resources==6.5.2
26
  iopath==0.1.10
27
- Jinja2==3.1.6
28
- kiwisolver==1.4.9
29
- markdown-it-py==4.0.0
30
- MarkupSafe==2.1.5
31
  matplotlib==3.10.7
32
- mdurl==0.1.2
33
- mpmath==1.3.0
34
- networkx==3.6
35
- numpy>=2.0.0
36
- orjson==3.11.4
37
- packaging==25.0
38
  pandas==2.3.3
39
- pillow==10.4.0
40
- portalocker==3.2.0
41
- pydantic==2.7.1
42
- pydantic_core==2.18.2
43
- pydub==0.25.1
44
- Pygments==2.19.2
45
- pyparsing==3.2.5
46
- python-dateutil==2.9.0.post0
47
- python-multipart==0.0.20
48
- pytorch-triton==0.0.1
49
- pytz==2025.2
50
  PyYAML==6.0.3
51
- regex==2025.11.3
52
- requests==2.32.5
53
- rich==14.2.0
54
- ruff==0.14.7
55
- safetensors==0.7.0
56
- sam3 @ git+https://github.com/facebookresearch/sam3.git@757bbb0206a0b68bee81b17d7eb4877177025b2f
57
- semantic-version==2.10.0
58
- shellingham==1.5.4
59
- six==1.17.0
60
- starlette==0.38.6
61
- sympy==1.14.0
62
  timm==1.0.22
63
- tomlkit==0.12.0
64
- torch==2.2.2
65
- torchvision==0.17.2
 
66
  tqdm==4.67.1
67
- typer==0.20.0
68
- typer-slim==0.20.0
69
- typing-inspection==0.4.2
70
  typing_extensions==4.15.0
71
- tzdata==2025.2
72
- urllib3==2.5.0
73
- uvicorn==0.38.0
74
- wcwidth==0.2.14
75
- websockets==12.0
 
1
+ av==16.0.1
2
+ decord==0.6.0
3
+ einops==0.8.1
4
+ fathomnet==1.8.1
5
+ ftfy==6.3.1
6
+ gradio==6.0.2
7
+ gradio_bbox_annotator==0.1.1
 
 
 
 
 
 
 
 
 
 
8
  gradio_image_prompter==0.1.0
9
+ huggingface_hub==0.20.0
10
+ hydra-core==1.3.2
 
 
 
 
 
11
  iopath==0.1.10
 
 
 
 
12
  matplotlib==3.10.7
13
+ numba==0.62.1
14
+ numpy==2.3.5
15
+ omegaconf==2.3.0
16
+ openai==2.8.1
17
+ opencv_python==4.11.0.86
18
+ opencv_python_headless==4.12.0.88
19
  pandas==2.3.3
20
+ Pillow==12.0.0
21
+ psutil==5.9.8
22
+ psutil==5.9.0
23
+ pycocotools==2.0.10
24
+ pytest==9.0.1
 
 
 
 
 
 
25
  PyYAML==6.0.3
26
+ regex==2023.12.25
27
+ Requests==2.32.5
28
+ scikit_learn==1.7.2
29
+ scipy==1.16.3
30
+ skimage==0.0
31
+ spaces==0.44.0
32
+ submitit==1.5.3
33
+ tensordict==0.10.0
34
+ tidecv==1.0.1
 
 
35
  timm==1.0.22
36
+ torch==2.7.1
37
+ torchcodec==0.8.1
38
+ torchmetrics==1.7.3
39
+ torchvision==0.22.1
40
  tqdm==4.67.1
 
 
 
41
  typing_extensions==4.15.0
42
+ yt_dlp==2025.11.12