Spaces:
Running
Running
Create requirements.txt
Browse files- requirements.txt +113 -0
requirements.txt
ADDED
@@ -0,0 +1,113 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
aiofiles==23.2.1
|
2 |
+
aiohappyeyeballs==2.6.1
|
3 |
+
aiohttp==3.11.13
|
4 |
+
aiosignal==1.3.2
|
5 |
+
annotated-types==0.7.0
|
6 |
+
anyio==4.8.0
|
7 |
+
async-timeout==4.0.3
|
8 |
+
attrs==25.3.0
|
9 |
+
certifi==2025.1.31
|
10 |
+
cffi==1.17.1
|
11 |
+
charset-normalizer==3.4.1
|
12 |
+
click==8.1.8
|
13 |
+
colorama==0.4.6
|
14 |
+
cryptography==44.0.2
|
15 |
+
dataclasses-json==0.6.7
|
16 |
+
exceptiongroup==1.2.2
|
17 |
+
fastapi==0.115.11
|
18 |
+
ffmpy==0.5.0
|
19 |
+
filelock==3.18.0
|
20 |
+
frozenlist==1.5.0
|
21 |
+
fsspec==2025.3.0
|
22 |
+
gradio==5.21.0
|
23 |
+
gradio_client==1.7.2
|
24 |
+
greenlet==3.1.1
|
25 |
+
groovy==0.1.2
|
26 |
+
h11==0.14.0
|
27 |
+
httpcore==1.0.7
|
28 |
+
httpx==0.28.1
|
29 |
+
httpx-sse==0.4.0
|
30 |
+
huggingface-hub==0.29.3
|
31 |
+
idna==3.10
|
32 |
+
Jinja2==3.1.6
|
33 |
+
joblib==1.4.2
|
34 |
+
jsonpatch==1.33
|
35 |
+
jsonpointer==3.0.0
|
36 |
+
langchain==0.3.20
|
37 |
+
langchain-community==0.3.19
|
38 |
+
langchain-core==0.3.45
|
39 |
+
langchain-mistralai==0.2.8
|
40 |
+
langchain-postgres==0.0.13
|
41 |
+
langchain-text-splitters==0.3.6
|
42 |
+
langsmith==0.3.13
|
43 |
+
lxml==5.3.1
|
44 |
+
markdown-it-py==3.0.0
|
45 |
+
MarkupSafe==2.1.5
|
46 |
+
marshmallow==3.26.1
|
47 |
+
mdurl==0.1.2
|
48 |
+
mpmath==1.3.0
|
49 |
+
multidict==6.1.0
|
50 |
+
mypy-extensions==1.0.0
|
51 |
+
networkx==3.4.2
|
52 |
+
numpy==2.2.3
|
53 |
+
orjson==3.10.15
|
54 |
+
packaging==24.2
|
55 |
+
pandas==2.2.3
|
56 |
+
pdfminer.six==20231228
|
57 |
+
pdfplumber==0.11.5
|
58 |
+
pgvector==0.3.6
|
59 |
+
pillow==11.1.0
|
60 |
+
propcache==0.3.0
|
61 |
+
psycopg==3.2.6
|
62 |
+
psycopg-binary==3.2.6
|
63 |
+
psycopg-pool==3.2.6
|
64 |
+
psycopg2-binary==2.9.10
|
65 |
+
pycparser==2.22
|
66 |
+
pydantic==2.10.6
|
67 |
+
pydantic-settings==2.8.1
|
68 |
+
pydantic_core==2.27.2
|
69 |
+
pydub==0.25.1
|
70 |
+
Pygments==2.19.1
|
71 |
+
pypdf==5.3.1
|
72 |
+
pypdfium2==4.30.1
|
73 |
+
python-dateutil==2.9.0.post0
|
74 |
+
python-docx==1.1.2
|
75 |
+
python-dotenv==1.0.1
|
76 |
+
python-multipart==0.0.20
|
77 |
+
pytz==2025.1
|
78 |
+
PyYAML==6.0.2
|
79 |
+
rank-bm25==0.2.2
|
80 |
+
regex==2024.11.6
|
81 |
+
requests==2.32.3
|
82 |
+
requests-toolbelt==1.0.0
|
83 |
+
rich==13.9.4
|
84 |
+
ruff==0.10.0
|
85 |
+
safehttpx==0.1.6
|
86 |
+
safetensors==0.5.3
|
87 |
+
scikit-learn==1.6.1
|
88 |
+
scipy==1.15.2
|
89 |
+
semantic-version==2.10.0
|
90 |
+
sentence-transformers==3.4.1
|
91 |
+
shellingham==1.5.4
|
92 |
+
six==1.17.0
|
93 |
+
sniffio==1.3.1
|
94 |
+
SQLAlchemy==2.0.39
|
95 |
+
starlette==0.46.1
|
96 |
+
sympy==1.13.1
|
97 |
+
tabulate==0.9.0
|
98 |
+
tenacity==9.0.0
|
99 |
+
threadpoolctl==3.6.0
|
100 |
+
tokenizers==0.21.1
|
101 |
+
tomlkit==0.13.2
|
102 |
+
torch==2.6.0
|
103 |
+
tqdm==4.67.1
|
104 |
+
transformers==4.49.0
|
105 |
+
typer==0.15.2
|
106 |
+
typing-inspect==0.9.0
|
107 |
+
typing_extensions==4.12.2
|
108 |
+
tzdata==2025.1
|
109 |
+
urllib3==2.3.0
|
110 |
+
uvicorn==0.34.0
|
111 |
+
websockets==15.0.1
|
112 |
+
yarl==1.18.3
|
113 |
+
zstandard==0.23.0
|