3ZadeSSG commited on
Commit
0728c98
·
1 Parent(s): 99e2b6c

updated requirements

Browse files
Files changed (1) hide show
  1. requirements.txt +10 -115
requirements.txt CHANGED
@@ -1,122 +1,17 @@
1
- aiofiles==24.1.0
2
- annotated-doc==0.0.4
3
- annotated-types==0.7.0
4
- anyio==4.12.1
5
- av==16.0.1
6
- blinker==1.9.0
7
- brotli==1.2.0
8
- certifi==2026.1.4
9
- charset-normalizer==3.4.4
10
- click==8.3.1
11
- colorama==0.4.6
12
- contourpy==1.3.3
13
- cuda-toolkit==12.9.1
14
- cycler==0.12.1
15
- decorator==4.4.2
16
- fastapi==0.128.0
17
- ffmpy==1.0.0
18
- filelock==3.20.0
19
- Flask==3.1.2
20
- fonttools==4.61.1
21
- fsspec==2025.12.0
22
- fvcore==0.1.5.post20221221
23
  gradio==6.2.0
24
  gradio_client==2.0.2
25
- groovy==0.1.2
26
- h11==0.16.0
27
- hf-xet==1.2.0
28
- httpcore==1.0.9
29
- httpx==0.28.1
30
- huggingface_hub==1.2.4
31
- idna==3.11
32
- ImageIO==2.37.2
33
- imageio-ffmpeg==0.6.0
34
- iopath==0.1.10
35
- itsdangerous==2.2.0
36
- Jinja2==3.1.6
37
- joblib==1.5.3
38
- kiwisolver==1.4.9
39
- lazy_loader==0.4
40
- Mako==1.3.10
41
- markdown-it-py==4.0.0
42
- MarkupSafe==2.1.5
43
- matplotlib==3.10.8
44
- matplotlib-inline==0.1.6
45
- mdurl==0.1.2
46
- ml_dtypes==0.5.4
47
- moviepy==1.0.3
48
- mpmath==1.3.0
49
- networkx==3.6.1
50
- numpy==1.26.4
51
- nvidia-cuda-runtime-cu12==12.9.79
52
- onnx==1.20.0
53
- onnx-ir==0.1.14
54
- onnxscript==0.5.7
55
  opencv-python==4.6.0.66
56
- orjson==3.11.5
57
- packaging==25.0
58
- pandas==2.3.3
59
- parameterized==0.9.0
60
  pillow==10.4.0
61
  pillow_heif==0.15.0
62
- platformdirs==4.5.1
63
- portalocker==3.2.0
64
- proglog==0.1.12
65
- protobuf==6.33.2
66
- pycuda==2025.1.2
67
- pydantic==2.12.5
68
- pydantic_core==2.41.5
69
- pydub==0.25.1
70
- Pygments==2.19.2
71
- pyparsing==3.3.1
72
- python-dateutil==2.9.0.post0
73
- python-multipart==0.0.21
74
- pytools==2025.2.5
75
- pytorch-msssim==1.0.0
76
- pytorchvideo==0.1.5
77
- pytz==2025.2
78
- pywin32==311
79
- PyYAML==6.0.3
80
- requests==2.32.5
81
- rich==14.2.0
82
- safehttpx==0.1.7
83
- safetensors==0.7.0
84
  scikit-image==0.26.0
85
  scikit-learn==1.8.0
86
- scipy==1.11.2
87
- semantic-version==2.10.0
88
- setuptools==80.9.0
89
- shellingham==1.5.4
90
- siphash24==1.8
91
- six==1.17.0
92
- starlette==0.50.0
93
- sympy==1.14.0
94
- tabulate==0.9.0
95
- tensorrt_cu12==10.14.1.48.post1
96
- tensorrt_cu12_bindings==10.14.1.48.post1
97
- tensorrt_cu12_libs==10.14.1.48.post1
98
- tensorrt_dispatch_cu12==10.14.1.48.post1
99
- tensorrt_dispatch_cu12_bindings==10.14.1.48.post1
100
- tensorrt_dispatch_cu12_libs==10.14.1.48.post1
101
- tensorrt_lean_cu12==10.14.1.48.post1
102
- tensorrt_lean_cu12_bindings==10.14.1.48.post1
103
- tensorrt_lean_cu12_libs==10.14.1.48.post1
104
- termcolor==3.3.0
105
- threadpoolctl==3.6.0
106
- tifffile==2025.12.20
107
- timm==1.0.24
108
- tomlkit==0.13.3
109
- torch==2.9.1+cu130
110
- torchvision==0.24.1+cu130
111
- tqdm==4.65.0
112
- traitlets==5.14.3
113
- typer==0.21.1
114
- typer-slim==0.21.1
115
- typing-inspection==0.4.2
116
- typing_extensions==4.15.0
117
- tzdata==2025.3
118
- urllib3==2.6.3
119
- uvicorn==0.40.0
120
- Werkzeug==3.1.5
121
- wheel==0.45.1
122
- yacs==0.1.8
 
1
+ numpy==1.26.4
2
+ torch==2.9.1+cu130
3
+ torchvision==0.24.1+cu130
4
+ pytorch-msssim==1.0.0
5
+ pytorchvideo==0.1.5
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6
  gradio==6.2.0
7
  gradio_client==2.0.2
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8
  opencv-python==4.6.0.66
 
 
 
 
9
  pillow==10.4.0
10
  pillow_heif==0.15.0
11
+ matplotlib==3.10.8
12
+ matplotlib-inline==0.1.6
13
+ tqdm==4.65.0
14
+ moviepy==1.0.3
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
15
  scikit-image==0.26.0
16
  scikit-learn==1.8.0
17
+ scipy==1.11.2