sradc commited on
Commit
4a4284e
1 Parent(s): fabd800

add requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +154 -0
requirements.txt ADDED
@@ -0,0 +1,154 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ altair==4.2.2
2
+ anyio==3.6.2
3
+ appnope==0.1.3
4
+ argon2-cffi==21.3.0
5
+ argon2-cffi-bindings==21.2.0
6
+ arrow==1.2.3
7
+ asttokens==2.2.1
8
+ async-lru==2.0.2
9
+ attrs==23.1.0
10
+ Babel==2.12.1
11
+ backcall==0.2.0
12
+ beautifulsoup4==4.12.2
13
+ black==23.3.0
14
+ bleach==6.0.0
15
+ blinker==1.6.2
16
+ Brotli==1.0.9
17
+ cachetools==5.3.0
18
+ certifi==2023.5.7
19
+ cffi==1.15.1
20
+ charset-normalizer==3.1.0
21
+ click==8.1.3
22
+ comm==0.1.3
23
+ debugpy==1.6.7
24
+ decorator==5.1.1
25
+ defusedxml==0.7.1
26
+ entrypoints==0.4
27
+ exceptiongroup==1.1.1
28
+ executing==1.2.0
29
+ faiss-cpu==1.6.5
30
+ fastjsonschema==2.17.0
31
+ filelock==3.12.0
32
+ fqdn==1.5.1
33
+ fsspec==2023.5.0
34
+ gitdb==4.0.10
35
+ GitPython==3.1.31
36
+ huggingface-hub==0.14.1
37
+ idna==3.4
38
+ importlib-metadata==6.6.0
39
+ iniconfig==2.0.0
40
+ ipykernel==6.23.1
41
+ ipython==8.13.2
42
+ ipython-genutils==0.2.0
43
+ isoduration==20.11.0
44
+ isort==5.12.0
45
+ jedi==0.18.2
46
+ Jinja2==3.1.2
47
+ json5==0.9.14
48
+ jsonpointer==2.3
49
+ jsonschema==4.17.3
50
+ jupyter-contrib-core==0.4.2
51
+ jupyter-contrib-nbextensions==0.7.0
52
+ jupyter-events==0.6.3
53
+ jupyter-highlight-selected-word==0.2.0
54
+ jupyter-lsp==2.1.0
55
+ jupyter-nbextensions-configurator==0.6.3
56
+ jupyter_client==8.2.0
57
+ jupyter_core==5.3.0
58
+ jupyter_server==2.5.0
59
+ jupyter_server_terminals==0.4.4
60
+ jupyterlab==4.0.0
61
+ jupyterlab-pygments==0.2.2
62
+ jupyterlab_server==2.22.1
63
+ lxml==4.9.2
64
+ markdown-it-py==2.2.0
65
+ MarkupSafe==2.1.2
66
+ matplotlib-inline==0.1.6
67
+ mdurl==0.1.2
68
+ mistune==2.0.5
69
+ mpmath==1.3.0
70
+ mutagen==1.46.0
71
+ mypy-extensions==1.0.0
72
+ nbclassic==1.0.0
73
+ nbclient==0.7.4
74
+ nbconvert==7.4.0
75
+ nbformat==5.8.0
76
+ nest-asyncio==1.5.6
77
+ networkx==3.1
78
+ notebook==6.5.4
79
+ notebook_shim==0.2.3
80
+ numpy==1.24.3
81
+ opencv-python==4.7.0.72
82
+ packaging==23.1
83
+ pandas==2.0.1
84
+ pandocfilters==1.5.0
85
+ parso==0.8.3
86
+ pathspec==0.11.1
87
+ pexpect==4.8.0
88
+ pickleshare==0.7.5
89
+ Pillow==9.5.0
90
+ platformdirs==3.5.1
91
+ pluggy==1.0.0
92
+ prometheus-client==0.16.0
93
+ prompt-toolkit==3.0.38
94
+ protobuf==3.20.3
95
+ psutil==5.9.5
96
+ ptyprocess==0.7.0
97
+ pure-eval==0.2.2
98
+ pyarrow==12.0.0
99
+ pycparser==2.21
100
+ pycryptodomex==3.18.0
101
+ pydeck==0.8.0
102
+ Pygments==2.15.1
103
+ Pympler==1.0.1
104
+ pyrsistent==0.19.3
105
+ pytest==7.3.1
106
+ python-dateutil==2.8.2
107
+ python-json-logger==2.0.7
108
+ pytz==2023.3
109
+ PyYAML==6.0
110
+ pyzmq==25.0.2
111
+ regex==2023.5.5
112
+ requests==2.30.0
113
+ rfc3339-validator==0.1.4
114
+ rfc3986-validator==0.1.1
115
+ rich==13.3.5
116
+ Send2Trash==1.8.2
117
+ six==1.16.0
118
+ smmap==5.0.0
119
+ sniffio==1.3.0
120
+ soupsieve==2.4.1
121
+ st-click-detector==0.1.3
122
+ st-clickable-images==0.0.3
123
+ stack-data==0.6.2
124
+ streamlit==1.22.0
125
+ sympy==1.12
126
+ tenacity==8.2.2
127
+ terminado==0.17.1
128
+ tinycss2==1.2.1
129
+ tokenize-rt==5.0.0
130
+ tokenizers==0.13.3
131
+ toml==0.10.2
132
+ tomli==2.0.1
133
+ toolz==0.12.0
134
+ torch==2.0.1
135
+ torchvision==0.15.2
136
+ tornado==6.3.2
137
+ tqdm==4.65.0
138
+ traitlets==5.9.0
139
+ transformers==4.29.2
140
+ typing_extensions==4.5.0
141
+ tzdata==2023.3
142
+ tzlocal==5.0.1
143
+ uri-template==1.2.0
144
+ urllib3==1.26.15
145
+ validators==0.20.0
146
+ watchdog==3.0.0
147
+ wcwidth==0.2.6
148
+ webcolors==1.13
149
+ webencodings==0.5.1
150
+ websocket-client==1.5.1
151
+ websockets==11.0.3
152
+ youtube-dl==2021.12.17
153
+ yt-dlp==2023.3.4
154
+ zipp==3.15.0