dmedhi commited on
Commit
116eb49
1 Parent(s): 6917098

add requirements

Browse files
Files changed (1) hide show
  1. requirements.txt +170 -0
requirements.txt ADDED
@@ -0,0 +1,170 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ altair==5.4.0
2
+ annotated-types==0.7.0
3
+ anyio==4.4.0
4
+ asgiref==3.8.1
5
+ asttokens==2.4.1
6
+ attrs==24.2.0
7
+ backoff==2.2.1
8
+ bcrypt==4.2.0
9
+ blinker==1.8.2
10
+ build==1.2.1
11
+ cachetools==5.4.0
12
+ certifi==2024.7.4
13
+ charset-normalizer==3.3.2
14
+ chroma-hnswlib==0.7.6
15
+ chromadb==0.5.5
16
+ click==8.1.7
17
+ coloredlogs==15.0.1
18
+ comm==0.2.2
19
+ debugpy==1.8.5
20
+ decorator==5.1.1
21
+ Deprecated==1.2.14
22
+ diskcache==5.6.3
23
+ exceptiongroup==1.2.2
24
+ executing==2.0.1
25
+ fastapi==0.112.0
26
+ filelock==3.15.4
27
+ flatbuffers==24.3.25
28
+ fsspec==2024.6.1
29
+ gitdb==4.0.11
30
+ GitPython==3.1.43
31
+ google-auth==2.33.0
32
+ googleapis-common-protos==1.63.2
33
+ grpcio==1.65.4
34
+ h11==0.14.0
35
+ httpcore==1.0.5
36
+ httptools==0.6.1
37
+ httpx==0.27.0
38
+ huggingface-hub==0.24.5
39
+ humanfriendly==10.0
40
+ idna==3.7
41
+ importlib_metadata==8.0.0
42
+ importlib_resources==6.4.0
43
+ inquirerpy==0.3.4
44
+ ipykernel==6.29.5
45
+ ipython==8.26.0
46
+ jedi==0.19.1
47
+ Jinja2==3.1.4
48
+ joblib==1.4.2
49
+ jsonpatch==1.33
50
+ jsonpointer==3.0.0
51
+ jsonschema==4.23.0
52
+ jsonschema-specifications==2023.12.1
53
+ jupyter_client==8.6.2
54
+ jupyter_core==5.7.2
55
+ kubernetes==30.1.0
56
+ langchain-core==0.2.30
57
+ langchain-text-splitters==0.2.2
58
+ langsmith==0.1.99
59
+ llama_cpp_python==0.2.87
60
+ markdown-it-py==3.0.0
61
+ MarkupSafe==2.1.5
62
+ matplotlib-inline==0.1.7
63
+ mdurl==0.1.2
64
+ mmh3==4.1.0
65
+ monotonic==1.6
66
+ mpmath==1.3.0
67
+ narwhals==1.3.0
68
+ nest-asyncio==1.6.0
69
+ networkx==3.3
70
+ numpy==1.26.4
71
+ nvidia-cublas-cu12==12.1.3.1
72
+ nvidia-cuda-cupti-cu12==12.1.105
73
+ nvidia-cuda-nvrtc-cu12==12.1.105
74
+ nvidia-cuda-runtime-cu12==12.1.105
75
+ nvidia-cudnn-cu12==9.1.0.70
76
+ nvidia-cufft-cu12==11.0.2.54
77
+ nvidia-curand-cu12==10.3.2.106
78
+ nvidia-cusolver-cu12==11.4.5.107
79
+ nvidia-cusparse-cu12==12.1.0.106
80
+ nvidia-nccl-cu12==2.20.5
81
+ nvidia-nvjitlink-cu12==12.6.20
82
+ nvidia-nvtx-cu12==12.1.105
83
+ oauthlib==3.2.2
84
+ onnxruntime==1.18.1
85
+ opentelemetry-api==1.26.0
86
+ opentelemetry-exporter-otlp-proto-common==1.26.0
87
+ opentelemetry-exporter-otlp-proto-grpc==1.26.0
88
+ opentelemetry-instrumentation==0.47b0
89
+ opentelemetry-instrumentation-asgi==0.47b0
90
+ opentelemetry-instrumentation-fastapi==0.47b0
91
+ opentelemetry-proto==1.26.0
92
+ opentelemetry-sdk==1.26.0
93
+ opentelemetry-semantic-conventions==0.47b0
94
+ opentelemetry-util-http==0.47b0
95
+ orjson==3.10.7
96
+ overrides==7.7.0
97
+ packaging==24.1
98
+ pandas==2.2.2
99
+ parso==0.8.4
100
+ pexpect==4.9.0
101
+ pfzy==0.3.4
102
+ pillow==10.4.0
103
+ platformdirs==4.2.2
104
+ posthog==3.5.0
105
+ prompt_toolkit==3.0.47
106
+ protobuf==4.25.4
107
+ psutil==6.0.0
108
+ ptyprocess==0.7.0
109
+ pure_eval==0.2.3
110
+ pyarrow==17.0.0
111
+ pyasn1==0.6.0
112
+ pyasn1_modules==0.4.0
113
+ pydantic==2.8.2
114
+ pydantic_core==2.20.1
115
+ pydeck==0.9.1
116
+ Pygments==2.18.0
117
+ PyMuPDF==1.24.9
118
+ PyMuPDFb==1.24.9
119
+ PyPDF2==3.0.1
120
+ PyPika==0.48.9
121
+ pyproject_hooks==1.1.0
122
+ pysqlite3-binary==0.5.3
123
+ python-dateutil==2.9.0.post0
124
+ python-dotenv==1.0.1
125
+ pytz==2024.1
126
+ PyYAML==6.0.2
127
+ pyzmq==26.1.0
128
+ referencing==0.35.1
129
+ regex==2024.7.24
130
+ requests==2.32.3
131
+ requests-oauthlib==2.0.0
132
+ rich==13.7.1
133
+ rpds-py==0.20.0
134
+ rsa==4.9
135
+ safetensors==0.4.4
136
+ scikit-learn==1.5.1
137
+ scipy==1.14.0
138
+ sentence-transformers==3.0.1
139
+ shellingham==1.5.4
140
+ six==1.16.0
141
+ smmap==5.0.1
142
+ sniffio==1.3.1
143
+ stack-data==0.6.3
144
+ starlette==0.37.2
145
+ streamlit==1.37.1
146
+ sympy==1.13.2
147
+ tenacity==8.5.0
148
+ threadpoolctl==3.5.0
149
+ tokenizers==0.19.1
150
+ toml==0.10.2
151
+ tomli==2.0.1
152
+ torch==2.4.0
153
+ tornado==6.4.1
154
+ tqdm==4.66.5
155
+ traitlets==5.14.3
156
+ transformers==4.44.0
157
+ triton==3.0.0
158
+ typer==0.12.3
159
+ typing_extensions==4.12.2
160
+ tzdata==2024.1
161
+ urllib3==2.2.2
162
+ uvicorn==0.30.5
163
+ uvloop==0.19.0
164
+ watchdog==4.0.2
165
+ watchfiles==0.23.0
166
+ wcwidth==0.2.13
167
+ websocket-client==1.8.0
168
+ websockets==12.0
169
+ wrapt==1.16.0
170
+ zipp==3.20.0