Update requirements
Browse files- requirements.txt +86 -0
requirements.txt
ADDED
@@ -0,0 +1,86 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
aiofiles==23.2.1
|
2 |
+
aiohappyeyeballs==2.4.4
|
3 |
+
aiohttp==3.11.10
|
4 |
+
aiosignal==1.3.1
|
5 |
+
annotated-types==0.7.0
|
6 |
+
anyio==4.7.0
|
7 |
+
attrs==24.2.0
|
8 |
+
certifi==2024.8.30
|
9 |
+
charset-normalizer==3.4.0
|
10 |
+
click==8.1.7
|
11 |
+
distro==1.9.0
|
12 |
+
faiss-cpu==1.9.0.post1
|
13 |
+
fastapi==0.115.6
|
14 |
+
ffmpy==0.4.0
|
15 |
+
filelock==3.16.1
|
16 |
+
frozenlist==1.5.0
|
17 |
+
fsspec==2024.10.0
|
18 |
+
gradio==5.8.0
|
19 |
+
gradio_client==1.5.1
|
20 |
+
h11==0.14.0
|
21 |
+
httpcore==1.0.7
|
22 |
+
httpx==0.28.0
|
23 |
+
huggingface-hub==0.26.3
|
24 |
+
idna==3.10
|
25 |
+
Jinja2==3.1.4
|
26 |
+
jiter==0.8.0
|
27 |
+
joblib==1.4.2
|
28 |
+
jsonpatch==1.33
|
29 |
+
jsonpointer==3.0.0
|
30 |
+
langchain==0.3.10
|
31 |
+
langchain-core==0.3.22
|
32 |
+
langchain-text-splitters==0.3.2
|
33 |
+
langsmith==0.1.147
|
34 |
+
markdown-it-py==3.0.0
|
35 |
+
MarkupSafe==2.1.5
|
36 |
+
mdurl==0.1.2
|
37 |
+
mpmath==1.3.0
|
38 |
+
multidict==6.1.0
|
39 |
+
networkx==3.4.2
|
40 |
+
numpy==1.26.4
|
41 |
+
openai==1.57.0
|
42 |
+
orjson==3.10.12
|
43 |
+
packaging==24.2
|
44 |
+
pandas==2.2.3
|
45 |
+
pillow==11.0.0
|
46 |
+
propcache==0.2.1
|
47 |
+
pydantic==2.10.3
|
48 |
+
pydantic_core==2.27.1
|
49 |
+
pydub==0.25.1
|
50 |
+
Pygments==2.18.0
|
51 |
+
pypdf==5.1.0
|
52 |
+
python-dateutil==2.9.0.post0
|
53 |
+
python-multipart==0.0.19
|
54 |
+
pytz==2024.2
|
55 |
+
PyYAML==6.0.2
|
56 |
+
regex==2024.11.6
|
57 |
+
requests==2.32.3
|
58 |
+
requests-toolbelt==1.0.0
|
59 |
+
rich==13.9.4
|
60 |
+
ruff==0.8.2
|
61 |
+
safehttpx==0.1.6
|
62 |
+
safetensors==0.4.5
|
63 |
+
scikit-learn==1.5.2
|
64 |
+
scipy==1.14.1
|
65 |
+
semantic-version==2.10.0
|
66 |
+
sentence-transformers==3.3.1
|
67 |
+
shellingham==1.5.4
|
68 |
+
six==1.17.0
|
69 |
+
sniffio==1.3.1
|
70 |
+
SQLAlchemy==2.0.36
|
71 |
+
starlette==0.41.3
|
72 |
+
sympy==1.13.1
|
73 |
+
tenacity==9.0.0
|
74 |
+
threadpoolctl==3.5.0
|
75 |
+
tokenizers==0.21.0
|
76 |
+
tomlkit==0.13.2
|
77 |
+
torch==2.5.1
|
78 |
+
tqdm==4.67.1
|
79 |
+
transformers==4.47.0
|
80 |
+
typer==0.15.1
|
81 |
+
typing_extensions==4.12.2
|
82 |
+
tzdata==2024.2
|
83 |
+
urllib3==2.2.3
|
84 |
+
uvicorn==0.32.1
|
85 |
+
websockets==14.1
|
86 |
+
yarl==1.18.3
|