Spaces:
Running
Running
Commit
·
d257e9f
1
Parent(s):
0ba53a8
Updated requirements.txt
Browse files- requirements.txt +14 -84
requirements.txt
CHANGED
@@ -1,88 +1,18 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
aiohttp==3.11.18
|
4 |
-
aiosignal==1.3.2
|
5 |
-
annotated-types==0.7.0
|
6 |
-
anyio==4.9.0
|
7 |
-
arxiv==2.2.0
|
8 |
-
attrs==25.3.0
|
9 |
-
audioop-lts==0.2.1
|
10 |
-
beautifulsoup4==4.13.4
|
11 |
-
cachetools==5.5.2
|
12 |
-
certifi==2025.4.26
|
13 |
-
charset-normalizer==3.4.1
|
14 |
-
click==8.1.8
|
15 |
-
datasets==3.5.1
|
16 |
-
dill==0.3.8
|
17 |
-
eval_type_backport==0.2.2
|
18 |
fastapi==0.115.12
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
googlesearch-python==1.3.0
|
28 |
-
gradio==5.27.0
|
29 |
-
gradio_client==1.9.0
|
30 |
-
groovy==0.1.2
|
31 |
-
h11==0.16.0
|
32 |
-
httpcore==1.0.9
|
33 |
-
httpx==0.28.1
|
34 |
-
huggingface-hub==0.30.2
|
35 |
-
idna==3.10
|
36 |
-
Jinja2==3.1.6
|
37 |
-
markdown-it-py==3.0.0
|
38 |
-
MarkupSafe==3.0.2
|
39 |
-
mdurl==0.1.2
|
40 |
-
mistralai==1.6.0
|
41 |
-
multidict==6.4.3
|
42 |
-
multiprocess==0.70.16
|
43 |
-
numpy==2.2.5
|
44 |
-
ollama==0.4.7
|
45 |
-
orjson==3.10.16
|
46 |
-
packaging==25.0
|
47 |
-
pandas==2.2.3
|
48 |
-
pillow==11.2.1
|
49 |
-
propcache==0.3.1
|
50 |
-
protobuf==5.29.4
|
51 |
-
pyarrow==20.0.0
|
52 |
-
pyasn1==0.6.1
|
53 |
-
pyasn1_modules==0.4.2
|
54 |
-
pydantic==2.10.6
|
55 |
-
pydantic_core==2.33.1
|
56 |
-
pydub==0.25.1
|
57 |
-
Pygments==2.19.1
|
58 |
-
pyogrio==0.10.0
|
59 |
-
pyproj==3.7.1
|
60 |
-
python-dateutil==2.9.0.post0
|
61 |
python-dotenv==1.1.0
|
62 |
-
|
63 |
-
|
64 |
-
PyYAML==6.0.2
|
65 |
-
requests==2.32.3
|
66 |
-
rich==14.0.0
|
67 |
-
rsa==4.9.1
|
68 |
-
ruff==0.11.7
|
69 |
-
safehttpx==0.1.6
|
70 |
-
semantic-version==2.10.0
|
71 |
-
sgmllib3k==1.0.0
|
72 |
-
shapely==2.1.0
|
73 |
-
shellingham==1.5.4
|
74 |
-
six==1.17.0
|
75 |
-
sniffio==1.3.1
|
76 |
-
soupsieve==2.7
|
77 |
starlette==0.46.2
|
78 |
-
tomlkit==0.13.2
|
79 |
-
tqdm==4.67.1
|
80 |
-
typer==0.15.2
|
81 |
-
typing-inspection==0.4.0
|
82 |
-
typing_extensions==4.13.2
|
83 |
-
tzdata==2025.2
|
84 |
-
urllib3==2.4.0
|
85 |
uvicorn==0.34.2
|
86 |
-
|
87 |
-
|
88 |
-
yarl==1.20.0
|
|
|
1 |
+
authlib==1.6.0
|
2 |
+
backoff==2.2.1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
fastapi==0.115.12
|
4 |
+
gputil==1.4.0
|
5 |
+
gradio==5.31.0
|
6 |
+
groq==0.26.0
|
7 |
+
mistralai==1.8.1
|
8 |
+
ollama==0.5.0
|
9 |
+
protobuf==6.31.1
|
10 |
+
psutil==7.0.0
|
11 |
+
pydantic==2.11.5
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
12 |
python-dotenv==1.1.0
|
13 |
+
Requests==2.32.3
|
14 |
+
sentence_transformers==4.1.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
15 |
starlette==0.46.2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
16 |
uvicorn==0.34.2
|
17 |
+
--extra-index-url https://download.pytorch.org/whl/cu121
|
18 |
+
torch==2.5.1+cu121
|
|