Divya Bharambe commited on
Commit
b676402
·
verified ·
1 Parent(s): bf18427
Files changed (1) hide show
  1. requirements.txt +116 -0
requirements.txt ADDED
@@ -0,0 +1,116 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiohappyeyeballs==2.6.1
2
+ aiohttp==3.11.16
3
+ aiosignal==1.3.2
4
+ altair==5.5.0
5
+ annotated-types==0.7.0
6
+ anyio==4.9.0
7
+ attrs==25.3.0
8
+ blinker==1.9.0
9
+ cachetools==5.5.2
10
+ certifi==2025.1.31
11
+ charset-normalizer==3.4.1
12
+ click==8.1.8
13
+ colorama==0.4.6
14
+ contourpy==1.3.1
15
+ cycler==0.12.1
16
+ dataclasses-json==0.6.7
17
+ distro==1.9.0
18
+ dotenv==0.9.9
19
+ faiss-cpu==1.10.0
20
+ fastapi==0.115.12
21
+ filelock==3.18.0
22
+ fonttools==4.57.0
23
+ frozenlist==1.5.0
24
+ fsspec==2025.3.2
25
+ gitdb==4.0.12
26
+ GitPython==3.1.44
27
+ greenlet==3.1.1
28
+ groq==0.22.0
29
+ h11==0.14.0
30
+ httpcore==1.0.8
31
+ httpx==0.28.1
32
+ httpx-sse==0.4.0
33
+ huggingface-hub==0.30.2
34
+ idna==3.10
35
+ Jinja2==3.1.6
36
+ jiter==0.9.0
37
+ joblib==1.4.2
38
+ jsonpatch==1.33
39
+ jsonpointer==3.0.0
40
+ jsonschema==4.23.0
41
+ jsonschema-specifications==2024.10.1
42
+ kiwisolver==1.4.8
43
+ langchain==0.3.23
44
+ langchain-community==0.3.21
45
+ langchain-core==0.3.51
46
+ langchain-experimental==0.3.4
47
+ langchain-groq==0.3.2
48
+ langchain-huggingface==0.1.2
49
+ langchain-text-splitters==0.3.8
50
+ langsmith==0.3.30
51
+ MarkupSafe==3.0.2
52
+ marshmallow==3.26.1
53
+ matplotlib==3.10.1
54
+ mpmath==1.3.0
55
+ multidict==6.4.3
56
+ mypy-extensions==1.0.0
57
+ narwhals==1.34.1
58
+ nest-asyncio==1.6.0
59
+ networkx==3.4.2
60
+ numpy==2.2.4
61
+ openai==1.72.0
62
+ orjson==3.10.16
63
+ packaging==24.2
64
+ pandas==2.2.3
65
+ pillow==11.1.0
66
+ plotly==6.0.1
67
+ propcache==0.3.1
68
+ protobuf==5.29.4
69
+ pyarrow==19.0.1
70
+ pydantic==2.11.3
71
+ pydantic-settings==2.8.1
72
+ pydantic_core==2.33.1
73
+ pydeck==0.9.1
74
+ pyparsing==3.2.3
75
+ pypdf==5.4.0
76
+ python-dateutil==2.9.0.post0
77
+ python-dotenv==1.1.0
78
+ python-multipart==0.0.20
79
+ pytz==2025.2
80
+ PyYAML==6.0.2
81
+ referencing==0.36.2
82
+ regex==2024.11.6
83
+ requests==2.32.3
84
+ requests-toolbelt==1.0.0
85
+ rpds-py==0.24.0
86
+ safetensors==0.5.3
87
+ scikit-learn==1.6.1
88
+ scipy==1.15.2
89
+ sentence-transformers==4.0.2
90
+ setuptools==78.1.0
91
+ six==1.17.0
92
+ smmap==5.0.2
93
+ sniffio==1.3.1
94
+ SQLAlchemy==2.0.40
95
+ starlette==0.46.1
96
+ streamlit==1.44.1
97
+ sympy==1.13.1
98
+ tabulate==0.9.0
99
+ tenacity==9.1.2
100
+ threadpoolctl==3.6.0
101
+ tiktoken==0.9.0
102
+ tokenizers==0.21.1
103
+ toml==0.10.2
104
+ torch==2.6.0
105
+ tornado==6.4.2
106
+ tqdm==4.67.1
107
+ transformers==4.51.2
108
+ typing-inspect==0.9.0
109
+ typing-inspection==0.4.0
110
+ typing_extensions==4.13.2
111
+ tzdata==2025.2
112
+ urllib3==2.4.0
113
+ watchdog==6.0.0
114
+ wheel==0.45.1
115
+ yarl==1.19.0
116
+ zstandard==0.23.0