nandovallec commited on
Commit
033ae7b
1 Parent(s): ec94d69
Files changed (1) hide show
  1. requirements.txt +209 -203
requirements.txt CHANGED
@@ -1,203 +1,209 @@
1
- absl-py
2
- aiohttp
3
- aiosignal
4
- aiostream
5
- altair
6
- anyio
7
- appdirs
8
- argon2-cffi
9
- asgiref
10
- astunparse
11
- async-timeout
12
- attrs
13
- backcall
14
- backports.zoneinfo
15
- bleach
16
- cachetools
17
- cffi
18
- charset-normalizer
19
- click
20
- cloudpickle
21
- commonmark
22
- debugpy
23
- decorator
24
- deepface
25
- defusedxml
26
- et-xmlfile
27
- fastapi
28
- ffmpy
29
- fire
30
- Flask
31
- flatbuffers
32
- frozenlist
33
- fsspec
34
- future
35
- gast
36
- gdown
37
- geojson
38
- getdevinfo
39
- gitdb
40
- GitPython
41
- glob2
42
- gmaps
43
- google-auth
44
- google-auth-oauthlib
45
- google-pasta
46
- gradio
47
- grpcio
48
- grpclib
49
- h11
50
- h2
51
- h5py
52
- helper
53
- hpack
54
- httpcore
55
- httpx
56
- huggingface-hub
57
- hyperframe
58
- imageio
59
- imgaug
60
- importlib-metadata
61
- importlib-resources
62
- ipykernel
63
- ipython
64
- ipython-genutils
65
- ipywidgets
66
- itsdangerous
67
- jedi
68
- Jinja2
69
- jiwer
70
- joblib
71
- jsonschema
72
- jupyter-client
73
- jupyter-core
74
- jupyterlab-pygments
75
- jupyterlab-widgets
76
- Levenshtein
77
- libclang
78
- lime
79
- linkify-it-py
80
- lz4
81
- Markdown
82
- markdown-it-py
83
- MarkupSafe
84
- matplotlib-inline
85
- mdit-py-plugins
86
- mdurl
87
- mistune
88
- modal-client
89
- mtcnn
90
- multidict
91
- nbclient
92
- nbconvert
93
- nbformat
94
- nest-asyncio
95
- netaddr
96
- networkx
97
- notebook
98
- numexpr
99
- numpy
100
- openai
101
- opencv-python
102
- openpyxl
103
- opt-einsum
104
- orjson
105
- packaging
106
- pandas
107
- pandas-stubs
108
- pandocfilters
109
- parso
110
- pickleshare
111
- plotly
112
- prometheus-client
113
- prompt-toolkit
114
- protobuf
115
- psutil
116
- ptyprocess
117
- pyarrow
118
- pyasn1
119
- pyasn1-modules
120
- pycparser
121
- pycryptodome
122
- pydantic
123
- pydeck
124
- pydub
125
- pygame
126
- Pygments
127
- Pympler
128
- pyrsistent
129
- PySocks
130
- python-multipart
131
- pytz-deprecation-shim
132
- PyWavelets
133
- PyYAML
134
- pyzmq
135
- rapidfuzz
136
- regex
137
- requests-oauthlib
138
- retina-face
139
- rfc3986
140
- rich
141
- rosbags
142
- rsa
143
- ruamel.yaml
144
- ruamel.yaml.clib
145
- sandboxcreator
146
- scikit-image
147
- scikit-learn
148
- scipy
149
- semver
150
- Send2Trash
151
- sentry-sdk
152
- Shapely
153
- smmap
154
- sniffio
155
- starlette
156
- streamlit
157
- structlog
158
- synchronicity
159
- tables
160
- tblib
161
- tenacity
162
- tensorboard
163
- tensorboard-data-server
164
- tensorboard-plugin-wit
165
- tensorflow
166
- tensorflow-addons
167
- tensorflow-estimator
168
- tensorflow-io-gcs-filesystem
169
- termcolor
170
- terminado
171
- testpath
172
- threadpoolctl
173
- tifffile
174
- tokenizers
175
- toml
176
- toolz
177
- torchsummary
178
- tornado
179
- tqdm
180
- traitlets
181
- transformers
182
- typeguard
183
- typer
184
- types-certifi
185
- types-pytz
186
- types-toml
187
- typing_extensions
188
- tzdata
189
- tzlocal
190
- uc-micro-py
191
- urllib3
192
- uvicorn
193
- validators
194
- watchdog
195
- watchfiles
196
- wcwidth
197
- websockets
198
- Werkzeug
199
- widgetsnbextension
200
- yamlize
201
- yarl
202
- zipp
203
- zstandard
 
 
 
 
 
 
 
1
+ absl-py==1.2.0
2
+ aiohttp==3.8.3
3
+ aiosignal==1.3.1
4
+ aiostream==0.4.5
5
+ altair==4.2.0
6
+ anyio==3.6.2
7
+ appdirs==1.4.4
8
+ argon2-cffi==21.1.0
9
+ asgiref==3.5.2
10
+ astunparse==1.6.3
11
+ async-timeout==4.0.2
12
+ attrs==21.2.0
13
+ backcall==0.2.0
14
+ backports.zoneinfo==0.2.1
15
+ bleach==4.1.0
16
+ cachetools==5.2.0
17
+ cffi==1.15.0
18
+ charset-normalizer==2.1.1
19
+ click==8.1.3
20
+ cloudpickle==2.0.0
21
+ commonmark==0.9.1
22
+ debugpy==1.5.1
23
+ decorator==5.1.0
24
+ deepface==0.0.75
25
+ defusedxml==0.7.1
26
+ et-xmlfile==1.1.0
27
+ fastapi==0.86.0
28
+ ffmpy==0.3.0
29
+ fire==0.4.0
30
+ Flask==2.2.2
31
+ flatbuffers==22.10.26
32
+ frozenlist==1.3.3
33
+ fsspec==2022.11.0
34
+ future==0.18.2
35
+ gast==0.4.0
36
+ gdown==4.5.1
37
+ geojson==2.5.0
38
+ getdevinfo==1.1.1
39
+ gitdb==4.0.10
40
+ GitPython==3.1.30
41
+ glob2==0.7
42
+ gmaps==0.9.0
43
+ google-auth==2.11.0
44
+ google-auth-oauthlib==0.4.6
45
+ google-pasta==0.2.0
46
+ gradio==3.12.0
47
+ grpcio==1.48.1
48
+ grpclib==0.4.3
49
+ h11==0.12.0
50
+ h2==4.1.0
51
+ h5py==3.7.0
52
+ helper==2.5.0
53
+ hpack==4.0.0
54
+ httpcore==0.15.0
55
+ httpx==0.23.1
56
+ huggingface-hub==0.11.1
57
+ hyperframe==6.0.1
58
+ imageio==2.19.3
59
+ imgaug==0.4.0
60
+ importlib-metadata==4.12.0
61
+ importlib-resources==5.4.0
62
+ ipykernel==6.5.1
63
+ ipython==7.29.0
64
+ ipython-genutils==0.2.0
65
+ ipywidgets==8.0.3
66
+ itsdangerous==2.1.2
67
+ jedi==0.18.1
68
+ Jinja2==3.0.3
69
+ jiwer==2.5.1
70
+ joblib==1.2.0
71
+ jsonschema==4.2.1
72
+ jupyter-client==7.0.6
73
+ jupyter-core==4.9.1
74
+ jupyterlab-pygments==0.1.2
75
+ jupyterlab-widgets==3.0.4
76
+ keras==2.10.0
77
+ Keras-Preprocessing==1.1.2
78
+ Kivy==2.1.0
79
+ Kivy-examples==2.2.0.dev0
80
+ Kivy-Garden==0.1.5
81
+ kypo-topology-definition==0.5.1
82
+ Levenshtein==0.20.2
83
+ libclang==14.0.6
84
+ lime==0.2.0.1
85
+ linkify-it-py==1.0.3
86
+ lz4==4.0.1
87
+ Markdown==3.4.1
88
+ markdown-it-py==2.1.0
89
+ MarkupSafe==2.1.1
90
+ matplotlib-inline==0.1.3
91
+ mdit-py-plugins==0.3.3
92
+ mdurl==0.1.2
93
+ mistune==0.8.4
94
+ modal-client==0.40.237
95
+ mtcnn==0.1.1
96
+ multidict==6.0.2
97
+ nbclient==0.5.9
98
+ nbconvert==6.3.0
99
+ nbformat==5.1.3
100
+ nest-asyncio==1.5.1
101
+ netaddr==0.8.0
102
+ networkx==2.8.4
103
+ notebook==6.4.6
104
+ numexpr==2.8.3
105
+ numpy==1.23.0
106
+ openai==0.25.0
107
+ opencv-python==4.6.0.66
108
+ openpyxl==3.0.10
109
+ opt-einsum==3.3.0
110
+ orjson==3.8.3
111
+ packaging==22.0
112
+ pandas==1.3.4
113
+ pandas-stubs==1.5.2.221124
114
+ pandocfilters==1.5.0
115
+ parso==0.8.2
116
+ pickleshare==0.7.5
117
+ plotly==5.7.0
118
+ prometheus-client==0.12.0
119
+ prompt-toolkit==3.0.22
120
+ protobuf==3.20.3
121
+ psutil==5.9.1
122
+ ptyprocess==0.7.0
123
+ pyarrow==10.0.1
124
+ pyasn1==0.4.8
125
+ pyasn1-modules==0.2.8
126
+ pycparser==2.21
127
+ pycryptodome==3.16.0
128
+ pydantic==1.10.2
129
+ pydeck==0.8.0
130
+ pydub==0.25.1
131
+ pygame==2.1.2
132
+ Pygments==2.10.0
133
+ Pympler==1.0.1
134
+ pyrsistent==0.18.0
135
+ PySocks==1.7.1
136
+ python-multipart==0.0.5
137
+ pytz-deprecation-shim==0.1.0.post0
138
+ PyWavelets==1.3.0
139
+ PyYAML==6.0
140
+ pyzmq==22.3.0
141
+ rapidfuzz==2.13.4
142
+ regex==2022.10.31
143
+ requests-oauthlib==1.3.1
144
+ retina-face==0.0.12
145
+ rfc3986==1.5.0
146
+ rich==12.6.0
147
+ rosbags==0.9.11
148
+ rsa==4.9
149
+ ruamel.yaml==0.17.21
150
+ ruamel.yaml.clib==0.2.6
151
+ sandboxcreator==3.1.0
152
+ scikit-image==0.19.3
153
+ scikit-learn==1.1.3
154
+ scipy==1.8.0
155
+ semver==2.13.0
156
+ Send2Trash==1.8.0
157
+ sentry-sdk==1.10.1
158
+ Shapely==1.8.2
159
+ smmap==5.0.0
160
+ sniffio==1.3.0
161
+ starlette==0.20.4
162
+ streamlit==1.16.0
163
+ structlog==22.1.0
164
+ synchronicity==0.2.10
165
+ tables==3.7.0
166
+ tblib==1.7.0
167
+ tenacity==8.0.1
168
+ tensorboard==2.10.1
169
+ tensorboard-data-server==0.6.1
170
+ tensorboard-plugin-wit==1.8.1
171
+ tensorflow==2.10.0
172
+ tensorflow-addons==0.19.0
173
+ tensorflow-estimator==2.10.0
174
+ tensorflow-io-gcs-filesystem==0.26.0
175
+ termcolor==1.1.0
176
+ terminado==0.12.1
177
+ testpath==0.5.0
178
+ threadpoolctl==3.1.0
179
+ tifffile==2022.5.4
180
+ tokenizers==0.13.2
181
+ toml==0.10.2
182
+ toolz==0.12.0
183
+ torchsummary==1.5.1
184
+ tornado==6.1
185
+ tqdm==4.64.1
186
+ traitlets==5.1.1
187
+ transformers==4.25.1
188
+ typeguard==2.13.3
189
+ typer==0.6.1
190
+ types-certifi==2021.10.8.3
191
+ types-pytz==2022.6.0.1
192
+ types-toml==0.10.8
193
+ typing_extensions==4.2.0
194
+ tzdata==2022.7
195
+ tzlocal==4.2
196
+ uc-micro-py==1.0.1
197
+ urllib3==1.26.12
198
+ uvicorn==0.20.0
199
+ validators==0.20.0
200
+ watchdog==2.2.1
201
+ watchfiles==0.18.1
202
+ wcwidth==0.2.5
203
+ websockets==10.4
204
+ Werkzeug==2.2.2
205
+ widgetsnbextension==4.0.4
206
+ yamlize==0.7.1
207
+ yarl==1.8.1
208
+ zipp==3.6.0
209
+ zstandard==0.17.0