ppsingh commited on
Commit
325624a
1 Parent(s): a23643d

Upload auditchatbot_requirements.txt

Browse files
Files changed (1) hide show
  1. auditchatbot_requirements.txt +160 -0
auditchatbot_requirements.txt ADDED
@@ -0,0 +1,160 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiofiles==23.2.1
2
+ aiohappyeyeballs==2.3.5
3
+ aiohttp==3.10.3
4
+ aiosignal==1.3.1
5
+ annotated-types==0.7.0
6
+ anyio==4.4.0
7
+ asttokens==2.4.1
8
+ async-timeout==4.0.3
9
+ attrs==24.2.0
10
+ authlib==1.3.1
11
+ certifi==2024.7.4
12
+ cffi==1.17.0
13
+ charset-normalizer==3.3.2
14
+ click==8.0.4
15
+ comm==0.2.2
16
+ contourpy==1.2.1
17
+ cryptography==43.0.0
18
+ cycler==0.12.1
19
+ dataclasses-json==0.6.7
20
+ datasets==2.20.0
21
+ debugpy==1.8.5
22
+ decorator==5.1.1
23
+ dill==0.3.8
24
+ exceptiongroup==1.2.2
25
+ executing==2.0.1
26
+ fastapi==0.112.0
27
+ ffmpy==0.4.0
28
+ filelock==3.15.4
29
+ fonttools==4.53.1
30
+ frozenlist==1.4.1
31
+ fsspec==2024.5.0
32
+ gradio-client==1.1.1
33
+ gradio==4.39.0
34
+ greenlet==3.0.3
35
+ grpcio-tools==1.65.4
36
+ grpcio==1.65.4
37
+ h11==0.14.0
38
+ h2==4.1.0
39
+ hf-transfer==0.1.8
40
+ hpack==4.0.0
41
+ httpcore==1.0.5
42
+ httpx==0.27.0
43
+ huggingface-hub==0.23.5
44
+ hyperframe==6.0.1
45
+ idna==3.7
46
+ importlib-resources==6.4.0
47
+ ipykernel==6.29.5
48
+ ipython==8.26.0
49
+ itsdangerous==2.2.0
50
+ jedi==0.19.1
51
+ jinja2==3.1.4
52
+ joblib==1.4.2
53
+ jsonpatch==1.33
54
+ jsonpointer==3.0.0
55
+ jupyter-client==8.6.2
56
+ jupyter-core==5.7.2
57
+ kiwisolver==1.4.5
58
+ langchain-community==0.0.38
59
+ langchain-core==0.1.52
60
+ langchain-huggingface==0.0.3
61
+ langchain-qdrant==0.1.3
62
+ langchain-text-splitters==0.0.2
63
+ langchain==0.1.20
64
+ langsmith==0.1.99
65
+ markdown-it-py==3.0.0
66
+ markupsafe==2.1.5
67
+ marshmallow==3.21.3
68
+ matplotlib-inline==0.1.7
69
+ matplotlib==3.9.2
70
+ mdurl==0.1.2
71
+ mpmath==1.3.0
72
+ multidict==6.0.5
73
+ multiprocess==0.70.16
74
+ mypy-extensions==1.0.0
75
+ nest-asyncio==1.6.0
76
+ networkx==3.3
77
+ numpy==1.26.4
78
+ nvidia-cublas-cu12==12.1.3.1
79
+ nvidia-cuda-cupti-cu12==12.1.105
80
+ nvidia-cuda-nvrtc-cu12==12.1.105
81
+ nvidia-cuda-runtime-cu12==12.1.105
82
+ nvidia-cudnn-cu12==9.1.0.70
83
+ nvidia-cufft-cu12==11.0.2.54
84
+ nvidia-curand-cu12==10.3.2.106
85
+ nvidia-cusolver-cu12==11.4.5.107
86
+ nvidia-cusparse-cu12==12.1.0.106
87
+ nvidia-nccl-cu12==2.20.5
88
+ nvidia-nvjitlink-cu12==12.6.20
89
+ nvidia-nvtx-cu12==12.1.105
90
+ orjson==3.10.7
91
+ packaging==23.2
92
+ pandas==2.2.2
93
+ parso==0.8.4
94
+ pexpect==4.9.0
95
+ pillow==10.4.0
96
+ pip==22.3.1
97
+ platformdirs==4.2.2
98
+ portalocker==2.10.1
99
+ prompt-toolkit==3.0.47
100
+ protobuf==5.27.3
101
+ psutil==5.9.8
102
+ ptyprocess==0.7.0
103
+ pure-eval==0.2.3
104
+ pyarrow-hotfix==0.6
105
+ pyarrow==17.0.0
106
+ pycparser==2.22
107
+ pydantic-core==2.20.1
108
+ pydantic==2.8.2
109
+ pydub==0.25.1
110
+ pygments==2.18.0
111
+ pymupdf==1.23.26
112
+ pymupdfb==1.23.22
113
+ pyparsing==3.1.2
114
+ python-dateutil==2.9.0.post0
115
+ python-dotenv==1.0.1
116
+ python-multipart==0.0.9
117
+ pytz==2024.1
118
+ pyyaml==6.0.2
119
+ pyzmq==26.2.0
120
+ qdrant-client==1.10.1
121
+ regex==2024.7.24
122
+ requests==2.32.3
123
+ rich==13.7.1
124
+ ruff==0.5.7
125
+ safetensors==0.4.4
126
+ scikit-learn==1.5.1
127
+ scipy==1.14.0
128
+ semantic-version==2.10.0
129
+ sentence-transformers==3.0.1
130
+ sentencepiece==0.2.0
131
+ setuptools==65.5.0
132
+ shellingham==1.5.4
133
+ six==1.16.0
134
+ sniffio==1.3.1
135
+ spaces==0.29.3
136
+ sqlalchemy==2.0.32
137
+ stack-data==0.6.3
138
+ starlette==0.37.2
139
+ sympy==1.13.2
140
+ tenacity==8.5.0
141
+ threadpoolctl==3.5.0
142
+ tokenizers==0.19.1
143
+ tomlkit==0.12.0
144
+ torch==2.4.0
145
+ tornado==6.4.1
146
+ tqdm==4.66.5
147
+ traitlets==5.14.3
148
+ transformers==4.44.0
149
+ triton==3.0.0
150
+ typer==0.12.3
151
+ typing-extensions==4.12.2
152
+ typing-inspect==0.9.0
153
+ tzdata==2024.1
154
+ urllib3==2.2.2
155
+ uvicorn==0.30.6
156
+ wcwidth==0.2.13
157
+ websockets==11.0.3
158
+ wheel==0.44.0
159
+ xxhash==3.4.1
160
+ yarl==1.9.4