vplearnstocode commited on
Commit
b2ee5f5
·
verified ·
1 Parent(s): 4e38514

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +173 -0
requirements.txt ADDED
@@ -0,0 +1,173 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiohttp==3.9.3
2
+ aiosignal==1.3.1
3
+ altair==5.3.0
4
+ annotated-types==0.6.0
5
+ anthropic==0.23.1
6
+ anyio==4.3.0
7
+ appnope==0.1.4
8
+ argon2-cffi==23.1.0
9
+ argon2-cffi-bindings==21.2.0
10
+ arrow==1.3.0
11
+ asttokens==2.4.1
12
+ async-lru==2.0.4
13
+ attrs==23.2.0
14
+ Babel==2.14.0
15
+ beautifulsoup4==4.12.3
16
+ bleach==6.1.0
17
+ blinker==1.7.0
18
+ cachetools==5.3.3
19
+ certifi==2024.2.2
20
+ cffi==1.16.0
21
+ charset-normalizer==3.3.2
22
+ click==8.1.7
23
+ comm==0.2.2
24
+ dataclasses-json==0.6.4
25
+ debugpy==1.8.1
26
+ decorator==5.1.1
27
+ defusedxml==0.7.1
28
+ distro==1.9.0
29
+ executing==2.0.1
30
+ faiss-cpu==1.8.0
31
+ fastjsonschema==2.19.1
32
+ filelock==3.13.3
33
+ fqdn==1.5.1
34
+ frozenlist==1.4.1
35
+ fsspec==2024.3.1
36
+ gitdb==4.0.11
37
+ GitPython==3.1.43
38
+ google-ai-generativelanguage==0.4.0
39
+ google-api-core==2.18.0
40
+ google-api-python-client==2.125.0
41
+ google-auth==2.29.0
42
+ google-auth-httplib2==0.2.0
43
+ google-generativeai==0.4.1
44
+ googleapis-common-protos==1.63.0
45
+ grpcio==1.62.1
46
+ grpcio-status==1.62.1
47
+ h11==0.14.0
48
+ httpcore==1.0.5
49
+ httplib2==0.22.0
50
+ httpx==0.27.0
51
+ huggingface-hub==0.22.2
52
+ idna==3.6
53
+ ipykernel==6.29.4
54
+ ipython==8.23.0
55
+ ipywidgets==8.1.2
56
+ isoduration==20.11.0
57
+ jedi==0.19.1
58
+ Jinja2==3.1.3
59
+ json5==0.9.24
60
+ jsonpatch==1.33
61
+ jsonpointer==2.4
62
+ jsonschema==4.21.1
63
+ jsonschema-specifications==2023.12.1
64
+ jupyter==1.0.0
65
+ jupyter-console==6.6.3
66
+ jupyter-events==0.10.0
67
+ jupyter-lsp==2.2.4
68
+ jupyter_client==8.6.1
69
+ jupyter_core==5.7.2
70
+ jupyter_server==2.13.0
71
+ jupyter_server_terminals==0.5.3
72
+ jupyterlab==4.1.5
73
+ jupyterlab_pygments==0.3.0
74
+ jupyterlab_server==2.25.4
75
+ jupyterlab_widgets==3.0.10
76
+ langchain==0.1.14
77
+ langchain-anthropic==0.1.6
78
+ langchain-community==0.0.31
79
+ langchain-core==0.1.40
80
+ langchain-google-genai==1.0.1
81
+ langchain-openai==0.1.1
82
+ langchain-text-splitters==0.0.1
83
+ langsmith==0.1.40
84
+ markdown-it-py==3.0.0
85
+ MarkupSafe==2.1.5
86
+ marshmallow==3.21.1
87
+ matplotlib-inline==0.1.6
88
+ mdurl==0.1.2
89
+ mistune==3.0.2
90
+ multidict==6.0.5
91
+ mypy-extensions==1.0.0
92
+ nbclient==0.10.0
93
+ nbconvert==7.16.3
94
+ nbformat==5.10.4
95
+ nest-asyncio==1.6.0
96
+ notebook==7.1.2
97
+ notebook_shim==0.2.4
98
+ numpy==1.26.4
99
+ openai==1.16.2
100
+ orjson==3.10.0
101
+ overrides==7.7.0
102
+ packaging==23.2
103
+ pandas==2.2.1
104
+ pandocfilters==1.5.1
105
+ parso==0.8.3
106
+ pexpect==4.9.0
107
+ pillow==10.3.0
108
+ pinecone-client==3.2.2
109
+ platformdirs==4.2.0
110
+ prometheus_client==0.20.0
111
+ prompt-toolkit==3.0.43
112
+ proto-plus==1.23.0
113
+ protobuf==4.25.3
114
+ psutil==5.9.8
115
+ ptyprocess==0.7.0
116
+ pure-eval==0.2.2
117
+ pyarrow==15.0.2
118
+ pyasn1==0.6.0
119
+ pyasn1_modules==0.4.0
120
+ pycparser==2.22
121
+ pydantic==2.6.4
122
+ pydantic_core==2.16.3
123
+ pydeck==0.8.1b0
124
+ Pygments==2.17.2
125
+ pyparsing==3.1.2
126
+ PyPDF2==3.0.1
127
+ python-dateutil==2.9.0.post0
128
+ python-dotenv==1.0.1
129
+ python-json-logger==2.0.7
130
+ pytz==2024.1
131
+ PyYAML==6.0.1
132
+ pyzmq==25.1.2
133
+ qtconsole==5.5.1
134
+ QtPy==2.4.1
135
+ referencing==0.34.0
136
+ regex==2023.12.25
137
+ requests==2.31.0
138
+ rfc3339-validator==0.1.4
139
+ rfc3986-validator==0.1.1
140
+ rich==13.7.1
141
+ rpds-py==0.18.0
142
+ rsa==4.9
143
+ Send2Trash==1.8.3
144
+ six==1.16.0
145
+ smmap==5.0.1
146
+ sniffio==1.3.1
147
+ soupsieve==2.5
148
+ SQLAlchemy==2.0.29
149
+ stack-data==0.6.3
150
+ streamlit==1.33.0
151
+ tenacity==8.2.3
152
+ terminado==0.18.1
153
+ tiktoken==0.6.0
154
+ tinycss2==1.2.1
155
+ tokenizers==0.15.2
156
+ toml==0.10.2
157
+ toolz==0.12.1
158
+ tornado==6.4
159
+ tqdm==4.66.2
160
+ traitlets==5.14.2
161
+ types-python-dateutil==2.9.0.20240316
162
+ typing-inspect==0.9.0
163
+ typing_extensions==4.10.0
164
+ tzdata==2024.1
165
+ uri-template==1.3.0
166
+ uritemplate==4.1.1
167
+ urllib3==2.2.1
168
+ wcwidth==0.2.13
169
+ webcolors==1.13
170
+ webencodings==0.5.1
171
+ websocket-client==1.7.0
172
+ widgetsnbextension==4.0.10
173
+ yarl==1.9.4