okina8740 commited on
Commit
80b99c3
·
1 Parent(s): a7f8e7d

requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +141 -0
requirements.txt ADDED
@@ -0,0 +1,141 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiofiles==23.1.0
2
+ aiohttp==3.8.4
3
+ aiosignal==1.3.1
4
+ altair==4.2.2
5
+ anyio==3.6.2
6
+ appnope==0.1.3
7
+ argon2-cffi==21.3.0
8
+ argon2-cffi-bindings==21.2.0
9
+ arrow==1.2.3
10
+ asttokens==2.2.1
11
+ async-timeout==4.0.2
12
+ attrs==22.2.0
13
+ backcall==0.2.0
14
+ beautifulsoup4==4.11.2
15
+ bleach==6.0.0
16
+ certifi==2022.12.7
17
+ cffi==1.15.1
18
+ charset-normalizer==3.0.1
19
+ click==8.1.3
20
+ comm==0.1.2
21
+ contourpy==1.0.7
22
+ cycler==0.11.0
23
+ debugpy==1.6.6
24
+ decorator==5.1.1
25
+ defusedxml==0.7.1
26
+ entrypoints==0.4
27
+ executing==1.2.0
28
+ fastapi==0.92.0
29
+ fastjsonschema==2.16.3
30
+ ffmpy==0.3.0
31
+ fonttools==4.38.0
32
+ fqdn==1.5.1
33
+ frozenlist==1.3.3
34
+ fsspec==2023.3.0
35
+ gradio==3.20.0
36
+ h11==0.14.0
37
+ httpcore==0.16.3
38
+ httpx==0.23.3
39
+ idna==3.4
40
+ importlib-metadata==6.0.0
41
+ importlib-resources==5.12.0
42
+ ipykernel==6.21.3
43
+ ipython==8.11.0
44
+ ipython-genutils==0.2.0
45
+ ipywidgets==8.0.4
46
+ isoduration==20.11.0
47
+ jedi==0.18.2
48
+ Jinja2==3.1.2
49
+ joblib==1.2.0
50
+ jsonpointer==2.3
51
+ jsonschema==4.17.3
52
+ jupyter==1.0.0
53
+ jupyter-console==6.6.3
54
+ jupyter-events==0.6.3
55
+ jupyter_client==8.0.3
56
+ jupyter_core==5.2.0
57
+ jupyter_server==2.4.0
58
+ jupyter_server_terminals==0.4.4
59
+ jupyterlab-pygments==0.2.2
60
+ jupyterlab-widgets==3.0.5
61
+ kiwisolver==1.4.4
62
+ linkify-it-py==2.0.0
63
+ markdown-it-py==2.2.0
64
+ MarkupSafe==2.1.2
65
+ matplotlib==3.7.1
66
+ matplotlib-inline==0.1.6
67
+ mdit-py-plugins==0.3.3
68
+ mdurl==0.1.2
69
+ mistune==2.0.5
70
+ multidict==6.0.4
71
+ nbclassic==0.5.3
72
+ nbclient==0.7.2
73
+ nbconvert==7.2.9
74
+ nbformat==5.7.3
75
+ nest-asyncio==1.5.6
76
+ notebook==6.5.3
77
+ notebook_shim==0.2.2
78
+ numpy==1.24.2
79
+ orjson==3.8.7
80
+ packaging==23.0
81
+ pandas==1.5.3
82
+ pandocfilters==1.5.0
83
+ parso==0.8.3
84
+ pexpect==4.8.0
85
+ pickleshare==0.7.5
86
+ Pillow==9.4.0
87
+ platformdirs==3.1.0
88
+ plotly==5.13.1
89
+ prometheus-client==0.16.0
90
+ prompt-toolkit==3.0.38
91
+ psutil==5.9.4
92
+ ptyprocess==0.7.0
93
+ pure-eval==0.2.2
94
+ pycparser==2.21
95
+ pycryptodome==3.17
96
+ pydantic==1.10.5
97
+ pydub==0.25.1
98
+ Pygments==2.14.0
99
+ pyparsing==3.0.9
100
+ pyrsistent==0.19.3
101
+ python-dateutil==2.8.2
102
+ python-json-logger==2.0.7
103
+ python-multipart==0.0.6
104
+ pytz==2022.7.1
105
+ PyYAML==6.0
106
+ pyzmq==25.0.0
107
+ qtconsole==5.4.0
108
+ QtPy==2.3.0
109
+ requests==2.28.2
110
+ rfc3339-validator==0.1.4
111
+ rfc3986==1.5.0
112
+ rfc3986-validator==0.1.1
113
+ scikit-learn==1.2.1
114
+ scipy==1.10.1
115
+ Send2Trash==1.8.0
116
+ six==1.16.0
117
+ sniffio==1.3.0
118
+ soupsieve==2.4
119
+ stack-data==0.6.2
120
+ starlette==0.25.0
121
+ tenacity==8.2.2
122
+ terminado==0.17.1
123
+ threadpoolctl==3.1.0
124
+ tinycss2==1.2.1
125
+ toolz==0.12.0
126
+ tornado==6.2
127
+ tqdm==4.65.0
128
+ traitlets==5.9.0
129
+ typing_extensions==4.5.0
130
+ uc-micro-py==1.0.1
131
+ uri-template==1.2.0
132
+ urllib3==1.26.14
133
+ uvicorn==0.20.0
134
+ wcwidth==0.2.6
135
+ webcolors==1.12
136
+ webencodings==0.5.1
137
+ websocket-client==1.5.1
138
+ websockets==10.4
139
+ widgetsnbextension==4.0.5
140
+ yarl==1.8.2
141
+ zipp==3.15.0