Spaces:
Build error
Build error
Upload requirements.txt
Browse files- requirements.txt +43 -0
requirements.txt
ADDED
@@ -0,0 +1,43 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
pip freeze > requirements.txt #Use this to get all needed libraries
|
2 |
+
|
3 |
+
|
4 |
+
|
5 |
+
streamlit>=1.25.0
|
6 |
+
pandas<2.0,>=1.5.0
|
7 |
+
uuid<2.0,>=1.30
|
8 |
+
chromadb==0.3.6
|
9 |
+
langchain_groq<0.2,>=0.1.0
|
10 |
+
langchain_community<0.2,>=0.0.6
|
11 |
+
langchain<1.0,>=0.0.312
|
12 |
+
langchain_core<1.0,>=0.1.0
|
13 |
+
python-dotenv<2.0,>=1.0.0
|
14 |
+
pydantic==1.10.2
|
15 |
+
pydantic-settings
|
16 |
+
requests>=2.28
|
17 |
+
hnswlib>=0.7
|
18 |
+
clickhouse-connect>=0.5.7
|
19 |
+
sentence-transformers>=2.2.2
|
20 |
+
duckdb>=0.5.1
|
21 |
+
fastapi>=0.85.1
|
22 |
+
uvicorn>=0.18.3
|
23 |
+
altair<6,>=4.0
|
24 |
+
blinker<2,>=1.0.0
|
25 |
+
cachetools<6,>=4.0
|
26 |
+
click<9,>=7.0
|
27 |
+
packaging<25,>=20
|
28 |
+
pillow<12,>=7.1.0
|
29 |
+
protobuf<6,>=3.20
|
30 |
+
pyarrow>=7.0
|
31 |
+
rich<14,>=10.14.0
|
32 |
+
tenacity<10,>=8.1.0
|
33 |
+
toml<2,>=0.10.1
|
34 |
+
watchdog<7,>=2.1.5
|
35 |
+
gitpython!=3.1.19,<4,>=3.0.7
|
36 |
+
pydeck<1,>=0.8.0b4
|
37 |
+
tornado<7,>=6.0.3
|
38 |
+
python-dateutil>=2.8.1
|
39 |
+
pytz>=2020.1
|
40 |
+
groq<1,>=0.4.1
|
41 |
+
SQLAlchemy<3,>=1.4
|
42 |
+
aiohttp<4.0.0,>=3.8.3
|
43 |
+
dataclasses-json<0.7,>=0.5.7
|