AreejMehboob17 commited on
Commit
6537d88
·
verified ·
1 Parent(s): cdd3470

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +136 -3
requirements.txt CHANGED
@@ -1,3 +1,136 @@
1
- altair
2
- pandas
3
- streamlit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiofiles==24.1.0
2
+ aiohappyeyeballs==2.6.1
3
+ aiohttp==3.12.12
4
+ aiosignal==1.3.2
5
+ altair==5.5.0
6
+ annotated-types==0.7.0
7
+ anyio==4.9.0
8
+ asyncio==3.4.3
9
+ attrs==25.3.0
10
+ backoff==2.2.1
11
+ beautifulsoup4==4.13.4
12
+ blinker==1.9.0
13
+ cachetools==5.5.2
14
+ certifi==2025.4.26
15
+ cffi==1.17.1
16
+ chardet==5.2.0
17
+ charset-normalizer==3.4.2
18
+ click==8.1.8
19
+ colorama==0.4.6
20
+ cryptography==45.0.4
21
+ dataclasses-json==0.6.7
22
+ distro==1.9.0
23
+ einops==0.8.1
24
+ emoji==2.14.1
25
+ eval_type_backport==0.2.2
26
+ filelock==3.18.0
27
+ filetype==1.2.0
28
+ frozenlist==1.7.0
29
+ fsspec==2025.5.1
30
+ gitdb==4.0.12
31
+ GitPython==3.1.44
32
+ greenlet==3.2.3
33
+ grpcio==1.73.0
34
+ h11==0.16.0
35
+ h2==4.2.0
36
+ hpack==4.1.0
37
+ html5lib==1.1
38
+ httpcore==1.0.9
39
+ httpx==0.28.1
40
+ httpx-sse==0.4.0
41
+ huggingface-hub==0.32.4
42
+ hyperframe==6.1.0
43
+ idna==3.10
44
+ Jinja2==3.1.6
45
+ jiter==0.10.0
46
+ joblib==1.5.1
47
+ jsonpatch==1.33
48
+ jsonpointer==3.0.0
49
+ jsonschema==4.24.0
50
+ jsonschema-specifications==2025.4.1
51
+ langchain==0.3.25
52
+ langchain-community==0.3.24
53
+ langchain-core==0.3.64
54
+ langchain-text-splitters==0.3.8
55
+ langdetect==1.0.9
56
+ langsmith==0.3.45
57
+ lxml==5.4.0
58
+ markdown-it-py==3.0.0
59
+ MarkupSafe==3.0.2
60
+ marshmallow==3.26.1
61
+ mdurl==0.1.2
62
+ mpmath==1.3.0
63
+ multidict==6.4.4
64
+ mypy_extensions==1.1.0
65
+ narwhals==1.42.0
66
+ nest-asyncio==1.6.0
67
+ networkx==3.5
68
+ nltk==3.9.1
69
+ numpy==2.3.0
70
+ olefile==0.47
71
+ openai==1.86.0
72
+ orjson==3.10.18
73
+ packaging==24.2
74
+ pandas==2.3.0
75
+ pdf2image==1.17.0
76
+ pillow==11.2.1
77
+ portalocker==2.10.1
78
+ propcache==0.3.2
79
+ protobuf==6.31.1
80
+ psutil==7.0.0
81
+ pyarrow==20.0.0
82
+ pycparser==2.22
83
+ pydantic==2.11.5
84
+ pydantic-settings==2.9.1
85
+ pydantic_core==2.33.2
86
+ pydeck==0.9.1
87
+ Pygments==2.19.2
88
+ PyMuPDF==1.26.1
89
+ pypdf==5.6.0
90
+ python-dateutil==2.9.0.post0
91
+ python-dotenv==1.1.0
92
+ python-iso639==2025.2.18
93
+ python-magic==0.4.27
94
+ python-oxmsg==0.0.2
95
+ pytz==2025.2
96
+ PyYAML==6.0.2
97
+ qdrant-client==1.14.2
98
+ RapidFuzz==3.13.0
99
+ referencing==0.36.2
100
+ regex==2024.11.6
101
+ requests==2.32.4
102
+ requests-toolbelt==1.0.0
103
+ rich==14.0.0
104
+ rpds-py==0.25.1
105
+ safetensors==0.5.3
106
+ setuptools==80.9.0
107
+ shellingham==1.5.4
108
+ six==1.17.0
109
+ smmap==5.0.2
110
+ sniffio==1.3.1
111
+ soupsieve==2.7
112
+ SQLAlchemy==2.0.41
113
+ streamlit==1.45.1
114
+ sympy==1.14.0
115
+ tabulate==0.9.0
116
+ tenacity==9.1.2
117
+ together==1.5.17
118
+ tokenizers==0.21.1
119
+ toml==0.10.2
120
+ torch==2.7.1
121
+ tornado==6.5.1
122
+ tqdm==4.67.1
123
+ transformers==4.52.4
124
+ typer==0.15.4
125
+ typing-inspect==0.9.0
126
+ typing-inspection==0.4.1
127
+ typing_extensions==4.14.0
128
+ tzdata==2025.2
129
+ unstructured==0.17.2
130
+ unstructured-client==0.36.0
131
+ urllib3==2.4.0
132
+ watchdog==6.0.0
133
+ webencodings==0.5.1
134
+ wrapt==1.17.2
135
+ yarl==1.20.1
136
+ zstandard==0.23.0