shivanshg commited on
Commit
e3cccf4
·
1 Parent(s): 31b9246

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +146 -145
requirements.txt CHANGED
@@ -1,145 +1,146 @@
1
- absl-py==*
2
- aiofiles==*
3
- aiohttp==*
4
- aiosignal==*
5
- altair==*
6
- annotated-types==*
7
- anyio==*
8
- astunparse==*
9
- async-timeout==*
10
- attrs==*
11
- blinker==*
12
- cachetools==*
13
- certifi==*
14
- charset-normalizer==*
15
- click==*
16
- colorama==*
17
- contourpy==*
18
- cycler==*
19
- dataclasses-json==*
20
- DateTime==*
21
- exceptiongroup==*
22
- fastapi==*
23
- ffmpy==*
24
- filelock==*
25
- Flask==*
26
- flatbuffers==*
27
- fonttools==*
28
- frozenlist==*
29
- fsspec==*
30
- gast==*
31
- gitdb==*
32
- GitPython==*
33
- google-ai-generativelanguage==*
34
- google-api-core==*
35
- google-auth==*
36
- google-auth-oauthlib==*
37
- google-generativeai==*
38
- google-pasta==*
39
- googleapis-common-protos==*
40
- gradio==*
41
- gradio_client==*
42
- greenlet==*
43
- grpcio==*
44
- grpcio-status==*
45
- h11==*
46
- h5py==*
47
- httpcore==*
48
- httpx==*
49
- huggingface-hub==*
50
- idna==*
51
- importlib-metadata==*
52
- importlib-resources==*
53
- itsdangerous==*
54
- Jinja2==*
55
- joblib==*
56
- jsonpatch==*
57
- jsonpointer==*
58
- jsonschema==*
59
- jsonschema-specifications==*
60
- keras==*
61
- Keras-Preprocessing==*
62
- kiwisolver==*
63
- langchain==*
64
- langchain-community==*
65
- langchain-core==*
66
- langchain-google-genai==*
67
- langsmith==*
68
- libclang==*
69
- Markdown==*
70
- markdown-it-py==*
71
- MarkupSafe==*
72
- marshmallow==*
73
- matplotlib==*
74
- mdurl==*
75
- multidict==*
76
- mypy-extensions==*
77
- numpy==*
78
- oauthlib==*
79
- opencv-python==*
80
- opt-einsum==*
81
- orjson==*
82
- packaging==*
83
- pandas==*
84
- pillow==*
85
- proto-plus==*
86
- protobuf==*
87
- pyarrow==*
88
- pyasn1==*
89
- pyasn1-modules==*
90
- pydantic==*
91
- pydantic_core==*
92
- pydeck==*
93
- pydub==*
94
- Pygments==*
95
- pyparsing==*
96
- pypdf==*
97
- python-dateutil==*
98
- python-multipart==*
99
- pytz==*
100
- PyYAML==*
101
- referencing==*
102
- requests==*
103
- requests-oauthlib==*
104
- rich==*
105
- rpds-py==*
106
- rsa==*
107
- scikit-learn==*
108
- scipy==*
109
- semantic-version==*
110
- shellingham==*
111
- six==*
112
- smmap==*
113
- sniffio==*
114
- SQLAlchemy==*
115
- starlette==*
116
- streamlit==*
117
- tenacity==*
118
- tensorboard==*
119
- tensorboard-data-server==*
120
- tensorboard-plugin-wit==*
121
- tensorflow==*
122
- tensorflow-estimator==*
123
- tensorflow-io-gcs-filesystem==*
124
- termcolor==*
125
- threadpoolctl==*
126
- toml==*
127
- tomlkit==*
128
- toolz==*
129
- tornado==*
130
- tqdm==*
131
- typer==*
132
- typing-inspect==*
133
- typing_extensions==*
134
- tzdata==*
135
- tzlocal==*
136
- urllib3==*
137
- uvicorn==*
138
- validators==*
139
- watchdog==*
140
- websockets==*
141
- Werkzeug==*
142
- wrapt==*
143
- yarl==*
144
- zipp==*
145
- zope.interface==*
 
 
1
+ pip==23.3.2
2
+ absl-py==1.2.0
3
+ aiofiles==23.2.1
4
+ aiohttp==3.9.1
5
+ aiosignal==1.3.1
6
+ altair==5.2.0
7
+ annotated-types==0.6.0
8
+ anyio==4.2.0
9
+ astunparse==1.6.3
10
+ async-timeout==4.0.3
11
+ attrs==23.2.0
12
+ blinker==1.7.0
13
+ cachetools==5.2.0
14
+ certifi==2022.6.15
15
+ charset-normalizer==2.1.0
16
+ click==8.1.3
17
+ colorama==0.4.5
18
+ contourpy==1.2.0
19
+ cycler==0.12.1
20
+ dataclasses-json==0.6.3
21
+ DateTime==4.5
22
+ exceptiongroup==1.2.0
23
+ fastapi==0.108.0
24
+ ffmpy==0.3.1
25
+ filelock==3.13.1
26
+ Flask==2.1.3
27
+ flatbuffers==1.12
28
+ fonttools==4.47.0
29
+ frozenlist==1.4.1
30
+ fsspec==2023.12.2
31
+ gast==0.4.0
32
+ gitdb==4.0.11
33
+ GitPython==3.1.40
34
+ google-ai-generativelanguage==0.4.0
35
+ google-api-core==2.15.0
36
+ google-auth==2.26.1
37
+ google-auth-oauthlib==0.4.6
38
+ google-generativeai==0.3.2
39
+ google-pasta==0.2.0
40
+ googleapis-common-protos==1.62.0
41
+ gradio==4.13.0
42
+ gradio_client==0.8.0
43
+ greenlet==3.0.3
44
+ grpcio==1.60.0
45
+ grpcio-status==1.60.0
46
+ h11==0.14.0
47
+ h5py==3.7.0
48
+ httpcore==1.0.2
49
+ httpx==0.26.0
50
+ huggingface-hub==0.20.2
51
+ idna==3.3
52
+ importlib-metadata==6.11.0
53
+ importlib-resources==6.1.1
54
+ itsdangerous==2.1.2
55
+ Jinja2==3.1.2
56
+ joblib==1.1.0
57
+ jsonpatch==1.33
58
+ jsonpointer==2.4
59
+ jsonschema==4.20.0
60
+ jsonschema-specifications==2023.12.1
61
+ keras==2.9.0
62
+ Keras-Preprocessing==1.1.2
63
+ kiwisolver==1.4.5
64
+ langchain==0.0.354
65
+ langchain-community==0.0.8
66
+ langchain-core==0.1.6
67
+ langchain-google-genai==0.0.5
68
+ langsmith==0.0.77
69
+ libclang==14.0.1
70
+ Markdown==3.4.1
71
+ markdown-it-py==3.0.0
72
+ MarkupSafe==2.1.1
73
+ marshmallow==3.20.1
74
+ matplotlib==3.8.2
75
+ mdurl==0.1.2
76
+ multidict==6.0.4
77
+ mypy-extensions==1.0.0
78
+ numpy==1.23.1
79
+ oauthlib==3.2.0
80
+ opencv-python==4.6.0.66
81
+ opt-einsum==3.3.0
82
+ orjson==3.9.10
83
+ packaging==23.2
84
+ pandas==1.4.3
85
+ pillow==10.2.0
86
+ proto-plus==1.23.0
87
+ protobuf==4.25.1
88
+ pyarrow==14.0.2
89
+ pyasn1==0.4.8
90
+ pyasn1-modules==0.2.8
91
+ pydantic==2.5.3
92
+ pydantic_core==2.14.6
93
+ pydeck==0.8.1b0
94
+ pydub==0.25.1
95
+ Pygments==2.17.2
96
+ pyparsing==3.0.9
97
+ pypdf==3.17.4
98
+ python-dateutil==2.8.2
99
+ python-multipart==0.0.6
100
+ pytz==2022.1
101
+ PyYAML==6.0.1
102
+ referencing==0.32.1
103
+ requests==2.28.1
104
+ requests-oauthlib==1.3.1
105
+ rich==13.7.0
106
+ rpds-py==0.16.2
107
+ rsa==4.8
108
+ scikit-learn==1.1.1
109
+ scipy==1.8.1
110
+ semantic-version==2.10.0
111
+ shellingham==1.5.4
112
+ six==1.16.0
113
+ smmap==5.0.1
114
+ sniffio==1.3.0
115
+ SQLAlchemy==2.0.25
116
+ starlette==0.32.0.post1
117
+ streamlit==1.29.0
118
+ tenacity==8.2.3
119
+ tensorboard==2.9.1
120
+ tensorboard-data-server==0.6.1
121
+ tensorboard-plugin-wit==1.8.1
122
+ tensorflow==2.9.1
123
+ tensorflow-estimator==2.9.0
124
+ tensorflow-io-gcs-filesystem==0.26.0
125
+ termcolor==1.1.0
126
+ threadpoolctl==3.1.0
127
+ toml==0.10.2
128
+ tomlkit==0.12.0
129
+ toolz==0.12.0
130
+ tornado==6.4
131
+ tqdm==4.66.1
132
+ typer==0.9.0
133
+ typing-inspect==0.9.0
134
+ typing_extensions==4.9.0
135
+ tzdata==2023.4
136
+ tzlocal==5.2
137
+ urllib3==1.26.10
138
+ uvicorn==0.25.0
139
+ validators==0.22.0
140
+ watchdog==3.0.0
141
+ websockets==11.0.3
142
+ Werkzeug==2.1.2
143
+ wrapt==1.14.1
144
+ yarl==1.9.4
145
+ zipp==3.17.0
146
+ zope.interface==5.4.0