Spaces:
Sleeping
Sleeping
OnlyBiggg
commited on
Commit
·
e41377f
1
Parent(s):
ea3086a
update requirement
Browse files- requirements.txt +28 -0
requirements.txt
CHANGED
@@ -2,15 +2,20 @@ annotated-types==0.7.0
|
|
2 |
anyio==4.8.0
|
3 |
asgi-correlation-id==4.3.4
|
4 |
async-timeout==5.0.1
|
|
|
5 |
cachetools==5.5.2
|
6 |
certifi==2025.1.31
|
7 |
charset-normalizer==3.4.1
|
8 |
click==8.1.8
|
9 |
colorama==0.4.6
|
|
|
10 |
exceptiongroup==1.2.2
|
11 |
fastapi==0.115.11
|
12 |
fastapi-limiter==0.1.6
|
13 |
fastapi-pagination==0.12.34
|
|
|
|
|
|
|
14 |
google-api-core==2.24.1
|
15 |
google-auth==2.38.0
|
16 |
google-cloud-dialogflow-cx==1.40.0
|
@@ -21,13 +26,23 @@ h11==0.14.0
|
|
21 |
httpcore==1.0.7
|
22 |
httptools==0.6.4
|
23 |
httpx==0.28.1
|
|
|
|
|
24 |
idna==3.10
|
25 |
Jinja2==3.1.6
|
|
|
26 |
loguru==0.7.3
|
27 |
MarkupSafe==3.0.2
|
|
|
28 |
msgspec==0.19.0
|
|
|
|
|
|
|
|
|
29 |
opencv-contrib-python==4.9.0.80
|
|
|
30 |
packaging==24.2
|
|
|
31 |
proto-plus==1.26.0
|
32 |
protobuf==5.29.3
|
33 |
pyasn1==0.6.1
|
@@ -35,14 +50,27 @@ pyasn1_modules==0.4.1
|
|
35 |
pydantic==2.11.2
|
36 |
pydantic-settings==2.8.1
|
37 |
pydantic_core==2.33.1
|
|
|
38 |
python-dotenv==1.0.1
|
39 |
PyYAML==6.0.2
|
40 |
redis==6.0.0b2
|
|
|
41 |
requests==2.32.3
|
42 |
rsa==4.9
|
|
|
|
|
|
|
43 |
sniffio==1.3.1
|
44 |
sounddevice==0.4.6
|
45 |
starlette==0.46.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
46 |
typing-inspection==0.4.0
|
47 |
typing_extensions==4.12.2
|
48 |
urllib3==2.3.0
|
|
|
2 |
anyio==4.8.0
|
3 |
asgi-correlation-id==4.3.4
|
4 |
async-timeout==5.0.1
|
5 |
+
bisecter==0.9
|
6 |
cachetools==5.5.2
|
7 |
certifi==2025.1.31
|
8 |
charset-normalizer==3.4.1
|
9 |
click==8.1.8
|
10 |
colorama==0.4.6
|
11 |
+
coloredlogs==15.0.1
|
12 |
exceptiongroup==1.2.2
|
13 |
fastapi==0.115.11
|
14 |
fastapi-limiter==0.1.6
|
15 |
fastapi-pagination==0.12.34
|
16 |
+
filelock==3.18.0
|
17 |
+
flatbuffers==25.2.10
|
18 |
+
fsspec==2025.3.2
|
19 |
google-api-core==2.24.1
|
20 |
google-auth==2.38.0
|
21 |
google-cloud-dialogflow-cx==1.40.0
|
|
|
26 |
httpcore==1.0.7
|
27 |
httptools==0.6.4
|
28 |
httpx==0.28.1
|
29 |
+
huggingface-hub==0.30.2
|
30 |
+
humanfriendly==10.0
|
31 |
idna==3.10
|
32 |
Jinja2==3.1.6
|
33 |
+
joblib==1.4.2
|
34 |
loguru==0.7.3
|
35 |
MarkupSafe==3.0.2
|
36 |
+
mpmath==1.3.0
|
37 |
msgspec==0.19.0
|
38 |
+
networkx==3.4.2
|
39 |
+
numpy==2.2.4
|
40 |
+
onnx==1.17.0
|
41 |
+
onnxruntime==1.21.1
|
42 |
opencv-contrib-python==4.9.0.80
|
43 |
+
optimum==1.24.0
|
44 |
packaging==24.2
|
45 |
+
pillow==11.2.1
|
46 |
proto-plus==1.26.0
|
47 |
protobuf==5.29.3
|
48 |
pyasn1==0.6.1
|
|
|
50 |
pydantic==2.11.2
|
51 |
pydantic-settings==2.8.1
|
52 |
pydantic_core==2.33.1
|
53 |
+
pyreadline3==3.5.4
|
54 |
python-dotenv==1.0.1
|
55 |
PyYAML==6.0.2
|
56 |
redis==6.0.0b2
|
57 |
+
regex==2024.11.6
|
58 |
requests==2.32.3
|
59 |
rsa==4.9
|
60 |
+
safetensors==0.5.3
|
61 |
+
scikit-learn==1.6.1
|
62 |
+
scipy==1.15.2
|
63 |
sniffio==1.3.1
|
64 |
sounddevice==0.4.6
|
65 |
starlette==0.46.0
|
66 |
+
sympy==1.13.1
|
67 |
+
threadpoolctl==3.6.0
|
68 |
+
timm==1.0.15
|
69 |
+
tokenizers==0.21.1
|
70 |
+
torch==2.6.0
|
71 |
+
torchvision==0.21.0
|
72 |
+
tqdm==4.67.1
|
73 |
+
transformers==4.48.3
|
74 |
typing-inspection==0.4.0
|
75 |
typing_extensions==4.12.2
|
76 |
urllib3==2.3.0
|