Sahm269 commited on
Commit
003c731
·
verified ·
1 Parent(s): c5a6f10

Upload requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +186 -9
requirements.txt CHANGED
@@ -1,9 +1,186 @@
1
- streamlit
2
- pysqlite3-wheels
3
- mistralai
4
- requests
5
- python-dotenv
6
- psycopg2-binary
7
- streamlit_option_menu
8
- langdetect
9
- werkzeug
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #pysqlite3-wheels
2
+ aiohappyeyeballs==2.4.4
3
+ aiohttp==3.11.11
4
+ aiosignal==1.3.2
5
+ altair==5.5.0
6
+ annotated-types==0.7.0
7
+ anyio==4.8.0
8
+ asgiref==3.8.1
9
+ asttokens==3.0.0
10
+ attrs==24.3.0
11
+ backoff==2.2.1
12
+ bcrypt==4.2.1
13
+ blinker==1.9.0
14
+ build==1.2.2.post1
15
+ cachetools==5.5.1
16
+ certifi==2024.12.14
17
+ charset-normalizer==3.4.1
18
+ chroma-hnswlib==0.7.3
19
+ chromadb==0.5.3
20
+ click==8.1.8
21
+ colorama==0.4.6
22
+ coloredlogs==15.0.1
23
+ comm==0.2.2
24
+ contourpy==1.3.1
25
+ cycler==0.12.1
26
+ datasets==3.1.0
27
+ debugpy==1.8.12
28
+ decorator==5.1.1
29
+ Deprecated==1.2.17
30
+ dill==0.3.8
31
+ distro==1.9.0
32
+ durationpy==0.9
33
+ ecologits==0.5.2
34
+ eval_type_backport==0.2.2
35
+ executing==2.2.0
36
+ fastapi==0.115.7
37
+ fastjsonschema==2.21.1
38
+ filelock==3.17.0
39
+ flatbuffers==25.1.24
40
+ fonttools==4.55.6
41
+ frozenlist==1.5.0
42
+ fsspec==2024.9.0
43
+ gitdb==4.0.12
44
+ GitPython==3.1.44
45
+ google-auth==2.38.0
46
+ googleapis-common-protos==1.66.0
47
+ googletrans==4.0.2
48
+ grpcio==1.70.0
49
+ h11==0.14.0
50
+ h2==4.1.0
51
+ hpack==4.1.0
52
+ httpcore==1.0.7
53
+ httptools==0.6.4
54
+ httpx==0.27.2
55
+ huggingface-hub==0.27.1
56
+ humanfriendly==10.0
57
+ hyperframe==6.1.0
58
+ idna==3.10
59
+ importlib_metadata==8.5.0
60
+ importlib_resources==6.5.2
61
+ ipykernel==6.29.5
62
+ ipython==8.31.0
63
+ jedi==0.19.2
64
+ Jinja2==3.1.5
65
+ jiter==0.8.2
66
+ joblib==1.4.2
67
+ jsonpath-python==1.0.6
68
+ jsonschema==4.23.0
69
+ jsonschema-specifications==2024.10.1
70
+ jupyter_client==8.6.3
71
+ jupyter_core==5.7.2
72
+ kiwisolver==1.4.8
73
+ kubernetes==32.0.0
74
+ langdetect==1.0.9
75
+ litellm==1.53.5
76
+ markdown-it-py==3.0.0
77
+ MarkupSafe==3.0.2
78
+ matplotlib==3.9.2
79
+ matplotlib-inline==0.1.7
80
+ mdurl==0.1.2
81
+ mistralai==1.2.3
82
+ mmh3==5.1.0
83
+ monotonic==1.6
84
+ mpmath==1.3.0
85
+ multidict==6.1.0
86
+ multiprocess==0.70.16
87
+ mypy-extensions==1.0.0
88
+ narwhals==1.23.0
89
+ nbformat==5.10.4
90
+ nest-asyncio==1.6.0
91
+ networkx==3.4.2
92
+ nltk==3.9.1
93
+ numpy==1.26.4
94
+ oauthlib==3.2.2
95
+ onnxruntime==1.20.1
96
+ openai==1.60.1
97
+ opentelemetry-api==1.29.0
98
+ opentelemetry-exporter-otlp-proto-common==1.29.0
99
+ opentelemetry-exporter-otlp-proto-grpc==1.29.0
100
+ opentelemetry-instrumentation==0.50b0
101
+ opentelemetry-instrumentation-asgi==0.50b0
102
+ opentelemetry-instrumentation-fastapi==0.50b0
103
+ opentelemetry-proto==1.29.0
104
+ opentelemetry-sdk==1.29.0
105
+ opentelemetry-semantic-conventions==0.50b0
106
+ opentelemetry-util-http==0.50b0
107
+ orjson==3.10.15
108
+ overrides==7.7.0
109
+ packaging==24.2
110
+ pandas==2.2.3
111
+ parso==0.8.4
112
+ pillow==11.1.0
113
+ platformdirs==4.3.6
114
+ plotly==5.24.1
115
+ posthog==3.10.0
116
+ prompt_toolkit==3.0.50
117
+ propcache==0.2.1
118
+ protobuf==5.29.3
119
+ psutil==6.1.1
120
+ psycopg2-binary==2.9.10
121
+ pure_eval==0.2.3
122
+ pyarrow==19.0.0
123
+ pyasn1==0.6.1
124
+ pyasn1_modules==0.4.1
125
+ pydantic==2.10.3
126
+ pydantic_core==2.27.1
127
+ pydeck==0.9.1
128
+ Pygments==2.19.1
129
+ PyMuPDF==1.24.14
130
+ pyparsing==3.2.1
131
+ PyPika==0.48.9
132
+ pyproject_hooks==1.2.0
133
+ pyreadline3==3.5.4
134
+ python-dateutil==2.8.2
135
+ python-dotenv==1.0.1
136
+ pytz==2024.2
137
+ pywin32==308
138
+ PyYAML==6.0.2
139
+ pyzmq==26.2.0
140
+ RapidFuzz==3.11.0
141
+ referencing==0.36.2
142
+ regex==2024.11.6
143
+ requests==2.32.3
144
+ requests-oauthlib==2.0.0
145
+ rich==13.9.4
146
+ rpds-py==0.22.3
147
+ rsa==4.9
148
+ safetensors==0.5.2
149
+ scikit-learn==1.5.2
150
+ scipy==1.15.1
151
+ sentence-transformers==3.3.1
152
+ shellingham==1.5.4
153
+ six==1.17.0
154
+ smmap==5.0.2
155
+ sniffio==1.3.1
156
+ stack-data==0.6.3
157
+ starlette==0.45.3
158
+ streamlit==1.40.2
159
+ streamlit-option-menu==0.4.0
160
+ sympy==1.13.1
161
+ tenacity==9.0.0
162
+ threadpoolctl==3.5.0
163
+ tiktoken==0.8.0
164
+ tokenizers==0.21.0
165
+ toml==0.10.2
166
+ torch==2.5.1
167
+ tornado==6.4.2
168
+ tqdm==4.67.1
169
+ traitlets==5.14.3
170
+ transformers==4.48.1
171
+ typer==0.15.1
172
+ typing-inspect==0.9.0
173
+ typing_extensions==4.12.2
174
+ tzdata==2025.1
175
+ urllib3==2.3.0
176
+ uvicorn==0.34.0
177
+ watchdog==6.0.0
178
+ watchfiles==1.0.4
179
+ wcwidth==0.2.13
180
+ websocket-client==1.8.0
181
+ websockets==14.2
182
+ Werkzeug==3.1.3
183
+ wrapt==1.17.2
184
+ xxhash==3.5.0
185
+ yarl==1.18.3
186
+ zipp==3.21.0