Spaces:
Running
Running
Add torchvision
Browse files- requirements.txt +11 -1
requirements.txt
CHANGED
|
@@ -99,6 +99,7 @@ numpy==2.3.5
|
|
| 99 |
# gradio
|
| 100 |
# hf
|
| 101 |
# pandas
|
|
|
|
| 102 |
# transformers
|
| 103 |
orjson==3.11.5
|
| 104 |
# via gradio
|
|
@@ -115,6 +116,7 @@ pillow==12.0.0
|
|
| 115 |
# via
|
| 116 |
# gradio
|
| 117 |
# hf
|
|
|
|
| 118 |
pydantic==2.12.5
|
| 119 |
# via
|
| 120 |
# fastapi
|
|
@@ -167,8 +169,16 @@ tokenizers==0.22.1
|
|
| 167 |
tomlkit==0.13.3
|
| 168 |
# via gradio
|
| 169 |
torch==2.9.1 ; sys_platform == 'darwin'
|
| 170 |
-
# via
|
|
|
|
|
|
|
| 171 |
torch==2.9.1+cpu ; sys_platform != 'darwin'
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 172 |
# via hf
|
| 173 |
tqdm==4.66.5
|
| 174 |
# via
|
|
|
|
| 99 |
# gradio
|
| 100 |
# hf
|
| 101 |
# pandas
|
| 102 |
+
# torchvision
|
| 103 |
# transformers
|
| 104 |
orjson==3.11.5
|
| 105 |
# via gradio
|
|
|
|
| 116 |
# via
|
| 117 |
# gradio
|
| 118 |
# hf
|
| 119 |
+
# torchvision
|
| 120 |
pydantic==2.12.5
|
| 121 |
# via
|
| 122 |
# fastapi
|
|
|
|
| 169 |
tomlkit==0.13.3
|
| 170 |
# via gradio
|
| 171 |
torch==2.9.1 ; sys_platform == 'darwin'
|
| 172 |
+
# via
|
| 173 |
+
# hf
|
| 174 |
+
# torchvision
|
| 175 |
torch==2.9.1+cpu ; sys_platform != 'darwin'
|
| 176 |
+
# via
|
| 177 |
+
# hf
|
| 178 |
+
# torchvision
|
| 179 |
+
torchvision==0.24.1 ; (python_full_version < '3.15' and platform_machine == 'aarch64' and platform_python_implementation == 'CPython' and sys_platform == 'linux') or sys_platform == 'darwin'
|
| 180 |
+
# via hf
|
| 181 |
+
torchvision==0.24.1+cpu ; (python_full_version >= '3.15' and sys_platform == 'linux') or (platform_machine != 'aarch64' and sys_platform == 'linux') or (platform_python_implementation != 'CPython' and sys_platform == 'linux') or (sys_platform != 'darwin' and sys_platform != 'linux')
|
| 182 |
# via hf
|
| 183 |
tqdm==4.66.5
|
| 184 |
# via
|