PyroSama commited on
Commit
51daae5
·
verified ·
1 Parent(s): d9a9e1b

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +179 -0
requirements.txt ADDED
@@ -0,0 +1,179 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiofiles==23.2.1
2
+ aiohappyeyeballs==2.4.3
3
+ aiohttp==3.10.10
4
+ aiosignal==1.3.1
5
+ annotated-types==0.7.0
6
+ anyio==4.6.2.post1
7
+ asgiref==3.8.1
8
+ asttokens==2.4.1
9
+ async-timeout==4.0.3
10
+ attrs==24.2.0
11
+ backoff==2.2.1
12
+ bcrypt==4.2.0
13
+ build==1.2.2.post1
14
+ cachetools==5.5.0
15
+ certifi==2024.8.30
16
+ charset-normalizer==3.4.0
17
+ chroma-hnswlib==0.7.6
18
+ chromadb==0.5.18
19
+ click==8.1.7
20
+ coloredlogs==15.0.1
21
+ comm==0.2.2
22
+ dataclasses-json==0.6.7
23
+ debugpy==1.8.8
24
+ decorator==5.1.1
25
+ Deprecated==1.2.14
26
+ durationpy==0.9
27
+ einops==0.8.0
28
+ exceptiongroup==1.2.2
29
+ executing==2.1.0
30
+ fastapi==0.115.4
31
+ ffmpy==0.4.0
32
+ filelock==3.16.1
33
+ flatbuffers==24.3.25
34
+ frozenlist==1.5.0
35
+ fsspec==2024.10.0
36
+ google-auth==2.36.0
37
+ googleapis-common-protos==1.65.0
38
+ gradio==5.5.0
39
+ gradio_client==1.4.2
40
+ greenlet==3.1.1
41
+ grpcio==1.67.1
42
+ h11==0.14.0
43
+ httpcore==1.0.6
44
+ httptools==0.6.4
45
+ httpx==0.27.2
46
+ httpx-sse==0.4.0
47
+ huggingface-hub==0.26.2
48
+ humanfriendly==10.0
49
+ idna==3.10
50
+ importlib_metadata==8.5.0
51
+ importlib_resources==6.4.5
52
+ ipykernel==6.29.5
53
+ ipython==8.29.0
54
+ jedi==0.19.1
55
+ Jinja2==3.1.4
56
+ joblib==1.4.2
57
+ jsonpatch==1.33
58
+ jsonpointer==3.0.0
59
+ jupyter_client==8.6.3
60
+ jupyter_core==5.7.2
61
+ kubernetes==31.0.0
62
+ langchain==0.3.7
63
+ langchain-community==0.3.5
64
+ langchain-core==0.3.15
65
+ langchain-huggingface==0.1.2
66
+ langchain-text-splitters==0.3.2
67
+ langsmith==0.1.142
68
+ markdown-it-py==3.0.0
69
+ MarkupSafe==2.1.5
70
+ marshmallow==3.23.1
71
+ matplotlib-inline==0.1.7
72
+ mdurl==0.1.2
73
+ mmh3==5.0.1
74
+ monotonic==1.6
75
+ mpmath==1.3.0
76
+ multidict==6.1.0
77
+ mypy-extensions==1.0.0
78
+ nest-asyncio==1.6.0
79
+ networkx==3.4.2
80
+ numpy==1.26.4
81
+ nvidia-cublas-cu12==12.4.5.8
82
+ nvidia-cuda-cupti-cu12==12.4.127
83
+ nvidia-cuda-nvrtc-cu12==12.4.127
84
+ nvidia-cuda-runtime-cu12==12.4.127
85
+ nvidia-cudnn-cu12==9.1.0.70
86
+ nvidia-cufft-cu12==11.2.1.3
87
+ nvidia-curand-cu12==10.3.5.147
88
+ nvidia-cusolver-cu12==11.6.1.9
89
+ nvidia-cusparse-cu12==12.3.1.170
90
+ nvidia-nccl-cu12==2.21.5
91
+ nvidia-nvjitlink-cu12==12.4.127
92
+ nvidia-nvtx-cu12==12.4.127
93
+ oauthlib==3.2.2
94
+ onnxruntime==1.20.0
95
+ opentelemetry-api==1.28.1
96
+ opentelemetry-exporter-otlp-proto-common==1.28.1
97
+ opentelemetry-exporter-otlp-proto-grpc==1.28.1
98
+ opentelemetry-instrumentation==0.49b1
99
+ opentelemetry-instrumentation-asgi==0.49b1
100
+ opentelemetry-instrumentation-fastapi==0.49b1
101
+ opentelemetry-proto==1.28.1
102
+ opentelemetry-sdk==1.28.1
103
+ opentelemetry-semantic-conventions==0.49b1
104
+ opentelemetry-util-http==0.49b1
105
+ orjson==3.10.11
106
+ overrides==7.7.0
107
+ packaging==24.2
108
+ pandas==2.2.3
109
+ parso==0.8.4
110
+ pexpect==4.9.0
111
+ pillow==11.0.0
112
+ platformdirs==4.3.6
113
+ posthog==3.7.0
114
+ prompt_toolkit==3.0.48
115
+ propcache==0.2.0
116
+ protobuf==5.28.3
117
+ psutil==6.1.0
118
+ ptyprocess==0.7.0
119
+ pure_eval==0.2.3
120
+ pyasn1==0.6.1
121
+ pyasn1_modules==0.4.1
122
+ pydantic==2.9.2
123
+ pydantic-settings==2.6.1
124
+ pydantic_core==2.23.4
125
+ pydub==0.25.1
126
+ Pygments==2.18.0
127
+ PyPika==0.48.9
128
+ pyproject_hooks==1.2.0
129
+ python-dateutil==2.9.0.post0
130
+ python-dotenv==1.0.1
131
+ python-multipart==0.0.12
132
+ pytz==2024.2
133
+ PyYAML==6.0.2
134
+ pyzmq==26.2.0
135
+ regex==2024.11.6
136
+ requests==2.32.3
137
+ requests-oauthlib==2.0.0
138
+ requests-toolbelt==1.0.0
139
+ rich==13.9.4
140
+ rsa==4.9
141
+ ruff==0.7.3
142
+ safehttpx==0.1.1
143
+ safetensors==0.4.5
144
+ scikit-learn==1.5.2
145
+ scipy==1.14.1
146
+ semantic-version==2.10.0
147
+ sentence-transformers==3.2.1
148
+ shellingham==1.5.4
149
+ six==1.16.0
150
+ sniffio==1.3.1
151
+ SQLAlchemy==2.0.35
152
+ stack-data==0.6.3
153
+ starlette==0.41.2
154
+ sympy==1.13.1
155
+ tenacity==9.0.0
156
+ threadpoolctl==3.5.0
157
+ tokenizers==0.20.3
158
+ tomli==2.0.2
159
+ tomlkit==0.12.0
160
+ torch==2.5.1
161
+ tornado==6.4.1
162
+ tqdm==4.67.0
163
+ traitlets==5.14.3
164
+ transformers==4.46.2
165
+ triton==3.1.0
166
+ typer==0.13.0
167
+ typing-inspect==0.9.0
168
+ typing_extensions==4.12.2
169
+ tzdata==2024.2
170
+ urllib3==2.2.3
171
+ uvicorn==0.32.0
172
+ uvloop==0.21.0
173
+ watchfiles==0.24.0
174
+ wcwidth==0.2.13
175
+ websocket-client==1.8.0
176
+ websockets==12.0
177
+ wrapt==1.16.0
178
+ yarl==1.17.1
179
+ zipp==3.21.0