Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +65 -1
requirements.txt
CHANGED
@@ -1 +1,65 @@
|
|
1 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
faiss-cpu==1.8.0
|
2 |
+
langchain==0.1.19
|
3 |
+
langchain-anthropic==0.1.11
|
4 |
+
langchain-community==0.0.38
|
5 |
+
langchain-core==0.1.52
|
6 |
+
langchain-experimental==0.0.58
|
7 |
+
langchain-openai==0.1.6
|
8 |
+
langchain-text-splitters==0.0.1
|
9 |
+
langchainhub==0.1.15
|
10 |
+
langsmith==0.1.56
|
11 |
+
langgraph
|
12 |
+
langserve
|
13 |
+
markdown-it-py==3.0.0
|
14 |
+
MarkupSafe==2.1.5
|
15 |
+
marshmallow==3.21.2
|
16 |
+
matplotlib==3.8.4
|
17 |
+
pandas==1.5.3
|
18 |
+
pandasai==2.0.37
|
19 |
+
protobuf==4.25.3
|
20 |
+
pyarrow==16.0.0
|
21 |
+
pydantic==2.7.1
|
22 |
+
pydantic_core==2.18.2
|
23 |
+
pydeck==0.9.0
|
24 |
+
PyMuPDF==1.24.4
|
25 |
+
PyMuPDFb==1.24.3
|
26 |
+
pyparsing==3.1.2
|
27 |
+
python-dotenv==1.0.1
|
28 |
+
pytz==2024.1
|
29 |
+
PyYAML==6.0.1
|
30 |
+
regex==2024.4.28
|
31 |
+
requests==2.31.0
|
32 |
+
requests-toolbelt==1.0.0
|
33 |
+
rich==13.7.1
|
34 |
+
rpds-py==0.18.1
|
35 |
+
scipy==1.13.0
|
36 |
+
smmap==5.0.1
|
37 |
+
sniffio==1.3.1
|
38 |
+
specklepy==2.18.3
|
39 |
+
SQLAlchemy==2.0.30
|
40 |
+
streamlit==1.34.0
|
41 |
+
stringcase==1.2.0
|
42 |
+
tabulate==0.9.0
|
43 |
+
tenacity==8.3.0
|
44 |
+
tiktoken==0.6.0
|
45 |
+
tokenizers==0.19.1
|
46 |
+
toml==0.10.2
|
47 |
+
toolz==0.12.1
|
48 |
+
tqdm==4.66.4
|
49 |
+
types-requests==2.31.0.20240406
|
50 |
+
typing-inspect==0.9.0
|
51 |
+
typing_extensions==4.11.0
|
52 |
+
tzdata==2024.1
|
53 |
+
ujson==5.9.0
|
54 |
+
urllib3==2.2.1
|
55 |
+
websockets==11.0.3
|
56 |
+
wrapt==1.16.0
|
57 |
+
yarl==1.9.4
|
58 |
+
ipykernel
|
59 |
+
document
|
60 |
+
firecrawl-py
|
61 |
+
fastapi==0.110.2
|
62 |
+
uvicorn==0.29.0
|
63 |
+
sse_starlette
|
64 |
+
gradio
|
65 |
+
pypdf
|