udayr commited on
Commit
476e287
·
verified ·
1 Parent(s): d5b0351

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +145 -4
requirements.txt CHANGED
@@ -1,4 +1,145 @@
1
- openai
2
- streamlit
3
- langhain
4
- python-dotenv # helps to create and upload the variable with respect to our applications
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ absl-py 2.1.0
2
+ aiohttp 3.9.3
3
+ aiosignal 1.3.1
4
+ altair 5.2.0
5
+ annotated-types 0.6.0
6
+ anyio 4.2.0
7
+ asttokens 2.4.1
8
+ astunparse 1.6.3
9
+ async-timeout 4.0.3
10
+ attrs 23.2.0
11
+ blinker 1.7.0
12
+ cachetools 5.3.2
13
+ certifi 2024.2.2
14
+ charset-normalizer 3.3.2
15
+ click 8.1.7
16
+ colorama 0.4.6
17
+ comm 0.2.1
18
+ contourpy 1.2.0
19
+ cycler 0.12.1
20
+ dataclasses-json 0.6.4
21
+ debugpy 1.8.1
22
+ decorator 5.1.1
23
+ distro 1.9.0
24
+ exceptiongroup 1.2.0
25
+ executing 2.0.1
26
+ filelock 3.13.1
27
+ Flask 3.0.2
28
+ Flask-Cors 4.0.0
29
+ flatbuffers 23.5.26
30
+ fonttools 4.48.1
31
+ frozenlist 1.4.1
32
+ fsspec 2024.2.0
33
+ gast 0.5.4
34
+ gitdb 4.0.11
35
+ GitPython 3.1.41
36
+ google-auth 2.27.0
37
+ google-auth-oauthlib 1.2.0
38
+ google-pasta 0.2.0
39
+ greenlet 3.0.3
40
+ grpcio 1.60.1
41
+ h11 0.14.0
42
+ h5py 3.10.0
43
+ httpcore 1.0.2
44
+ httpx 0.26.0
45
+ huggingface-hub 0.20.3
46
+ idna 3.6
47
+ importlib-metadata 7.0.1
48
+ importlib-resources 6.1.1
49
+ ipykernel 6.29.2
50
+ ipython 8.18.1
51
+ itsdangerous 2.1.2
52
+ jedi 0.19.1
53
+ Jinja2 3.1.3
54
+ jsonpatch 1.33
55
+ jsonpointer 2.4
56
+ jsonschema 4.21.1
57
+ jsonschema-specifications 2023.12.1
58
+ jupyter_client 8.6.0
59
+ jupyter_core 5.7.1
60
+ keras 2.15.0
61
+ kiwisolver 1.4.5
62
+ langchain 0.1.6
63
+ langchain-community 0.0.19
64
+ langchain-core 0.1.22
65
+ langsmith 0.0.87
66
+ libclang 16.0.6
67
+ Markdown 3.5.2
68
+ markdown-it-py 3.0.0
69
+ MarkupSafe 2.1.5
70
+ marshmallow 3.20.2
71
+ matplotlib 3.8.2
72
+ matplotlib-inline 0.1.6
73
+ mdurl 0.1.2
74
+ ml-dtypes 0.2.0
75
+ multidict 6.0.5
76
+ mypy-extensions 1.0.0
77
+ nest_asyncio 1.6.0
78
+ numpy 1.26.4
79
+ oauthlib 3.2.2
80
+ openai 1.12.0
81
+ opt-einsum 3.3.0
82
+ packaging 23.2
83
+ pandas 2.2.0
84
+ parso 0.8.3
85
+ pickleshare 0.7.5
86
+ pillow 10.2.0
87
+ pip 23.3.1
88
+ platformdirs 4.2.0
89
+ prompt-toolkit 3.0.42
90
+ protobuf 4.25.2
91
+ psutil 5.9.8
92
+ pure-eval 0.2.2
93
+ pyarrow 15.0.0
94
+ pyasn1 0.5.1
95
+ pyasn1-modules 0.3.0
96
+ pydantic 2.6.1
97
+ pydantic_core 2.16.2
98
+ pydeck 0.8.1b0
99
+ Pygments 2.17.2
100
+ pyparsing 3.1.1
101
+ python-dateutil 2.8.2
102
+ python-dotenv 1.0.1
103
+ pytz 2024.1
104
+ pywin32 306
105
+ PyYAML 6.0.1
106
+ pyzmq 25.1.2
107
+ referencing 0.33.0
108
+ requests 2.31.0
109
+ requests-oauthlib 1.3.1
110
+ rich 13.7.0
111
+ rpds-py 0.17.1
112
+ rsa 4.9
113
+ setuptools 68.2.2
114
+ six 1.16.0
115
+ smmap 5.0.1
116
+ sniffio 1.3.0
117
+ SQLAlchemy 2.0.25
118
+ stack-data 0.6.2
119
+ streamlit 1.31.0
120
+ tenacity 8.2.3
121
+ tensorboard 2.15.2
122
+ tensorboard-data-server 0.7.2
123
+ tensorflow 2.15.0
124
+ tensorflow-estimator 2.15.0
125
+ tensorflow-intel 2.15.0
126
+ tensorflow-io-gcs-filesystem 0.31.0
127
+ termcolor 2.4.0
128
+ toml 0.10.2
129
+ toolz 0.12.1
130
+ tornado 6.3.3
131
+ tqdm 4.66.1
132
+ traitlets 5.14.1
133
+ typing_extensions 4.9.0
134
+ typing-inspect 0.9.0
135
+ tzdata 2023.4
136
+ tzlocal 5.2
137
+ urllib3 2.2.0
138
+ validators 0.22.0
139
+ watchdog 4.0.0
140
+ wcwidth 0.2.13
141
+ Werkzeug 3.0.1
142
+ wheel 0.41.2
143
+ wrapt 1.14.1
144
+ yarl 1.9.4
145
+ zipp 3.17.0