Spaces:
Running
on
Zero
Running
on
Zero
Commit
·
bb51827
1
Parent(s):
ef654f1
wip
Browse files- requirements.txt +11 -0
requirements.txt
CHANGED
@@ -12,7 +12,9 @@ certifi==2025.1.31
|
|
12 |
cffi==1.17.1
|
13 |
charset-normalizer==3.4.1
|
14 |
click==8.0.4
|
|
|
15 |
cryptography==44.0.2
|
|
|
16 |
datasets==3.5.0
|
17 |
decorator==5.2.1
|
18 |
dill==0.3.8
|
@@ -22,6 +24,7 @@ executing==2.2.0
|
|
22 |
fastapi==0.115.12
|
23 |
ffmpy==0.5.0
|
24 |
filelock==3.18.0
|
|
|
25 |
frozenlist==1.5.0
|
26 |
fsspec==2024.12.0
|
27 |
gradio==5.25.2
|
@@ -38,8 +41,10 @@ ipython==8.35.0
|
|
38 |
itsdangerous==2.2.0
|
39 |
jedi==0.19.2
|
40 |
Jinja2==3.1.6
|
|
|
41 |
markdown-it-py==3.0.0
|
42 |
MarkupSafe==3.0.2
|
|
|
43 |
matplotlib-inline==0.1.7
|
44 |
mdurl==0.1.2
|
45 |
mpmath==1.3.0
|
@@ -62,12 +67,14 @@ protobuf==3.20.3
|
|
62 |
psutil==5.9.8
|
63 |
ptyprocess==0.7.0
|
64 |
pure_eval==0.2.3
|
|
|
65 |
pyarrow==19.0.1
|
66 |
pycparser==2.22
|
67 |
pydantic==2.11.3
|
68 |
pydantic_core==2.33.1
|
69 |
pydub==0.25.1
|
70 |
Pygments==2.19.1
|
|
|
71 |
python-dateutil==2.9.0.post0
|
72 |
python-multipart==0.0.20
|
73 |
pytz==2025.2
|
@@ -78,6 +85,8 @@ rich==14.0.0
|
|
78 |
ruff==0.11.6
|
79 |
safehttpx==0.1.6
|
80 |
safetensors==0.5.3
|
|
|
|
|
81 |
semantic-version==2.10.0
|
82 |
shellingham==1.5.4
|
83 |
six==1.17.0
|
@@ -98,6 +107,8 @@ typer==0.15.2
|
|
98 |
typing-inspection==0.4.0
|
99 |
typing_extensions==4.13.2
|
100 |
tzdata==2025.2
|
|
|
|
|
101 |
urllib3==2.4.0
|
102 |
uvicorn==0.34.1
|
103 |
wcwidth==0.2.13
|
|
|
12 |
cffi==1.17.1
|
13 |
charset-normalizer==3.4.1
|
14 |
click==8.0.4
|
15 |
+
contourpy==1.3.2
|
16 |
cryptography==44.0.2
|
17 |
+
cycler==0.12.1
|
18 |
datasets==3.5.0
|
19 |
decorator==5.2.1
|
20 |
dill==0.3.8
|
|
|
24 |
fastapi==0.115.12
|
25 |
ffmpy==0.5.0
|
26 |
filelock==3.18.0
|
27 |
+
fonttools==4.57.0
|
28 |
frozenlist==1.5.0
|
29 |
fsspec==2024.12.0
|
30 |
gradio==5.25.2
|
|
|
41 |
itsdangerous==2.2.0
|
42 |
jedi==0.19.2
|
43 |
Jinja2==3.1.6
|
44 |
+
kiwisolver==1.4.8
|
45 |
markdown-it-py==3.0.0
|
46 |
MarkupSafe==3.0.2
|
47 |
+
matplotlib==3.10.1
|
48 |
matplotlib-inline==0.1.7
|
49 |
mdurl==0.1.2
|
50 |
mpmath==1.3.0
|
|
|
67 |
psutil==5.9.8
|
68 |
ptyprocess==0.7.0
|
69 |
pure_eval==0.2.3
|
70 |
+
py-cpuinfo==9.0.0
|
71 |
pyarrow==19.0.1
|
72 |
pycparser==2.22
|
73 |
pydantic==2.11.3
|
74 |
pydantic_core==2.33.1
|
75 |
pydub==0.25.1
|
76 |
Pygments==2.19.1
|
77 |
+
pyparsing==3.2.3
|
78 |
python-dateutil==2.9.0.post0
|
79 |
python-multipart==0.0.20
|
80 |
pytz==2025.2
|
|
|
85 |
ruff==0.11.6
|
86 |
safehttpx==0.1.6
|
87 |
safetensors==0.5.3
|
88 |
+
scipy==1.15.2
|
89 |
+
seaborn==0.13.2
|
90 |
semantic-version==2.10.0
|
91 |
shellingham==1.5.4
|
92 |
six==1.17.0
|
|
|
107 |
typing-inspection==0.4.0
|
108 |
typing_extensions==4.13.2
|
109 |
tzdata==2025.2
|
110 |
+
ultralytics==8.3.122
|
111 |
+
ultralytics-thop==2.0.14
|
112 |
urllib3==2.4.0
|
113 |
uvicorn==0.34.1
|
114 |
wcwidth==0.2.13
|