Skip to content

Commit e3d2241

Browse files
author
Zhuochen Wu
committed
update jupyterlab
1 parent 59a319b commit e3d2241

File tree

1 file changed

+28
-5
lines changed

1 file changed

+28
-5
lines changed

requirements.txt

+28-5
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
1+
aiofiles==22.1.0
2+
aiosqlite==0.19.0
13
anyio==3.7.1
24
argon2-cffi==23.1.0
35
argon2-cffi-bindings==21.2.0
6+
arrow==1.2.3
47
attrs==23.1.0
8+
Babel==2.14.0
59
backcall==0.2.0
610
beautifulsoup4==4.12.2
711
bleach==6.0.0
12+
cached-property==1.5.2
813
certifi==2023.7.22
914
cffi==1.15.1
1015
charset-normalizer==3.2.0
@@ -18,6 +23,7 @@ exceptiongroup==1.1.3
1823
fastjsonschema==2.18.0
1924
filelock==3.12.2
2025
fonttools==4.38.0
26+
fqdn==1.5.1
2127
fsspec==2023.1.0
2228
funcy==2.0
2329
future==0.18.3
@@ -29,14 +35,23 @@ importlib-resources==5.12.0
2935
ipykernel==6.16.2
3036
ipython==7.29.0
3137
ipython-genutils==0.2.0
38+
isoduration==20.11.0
3239
jedi==0.19.0
3340
Jinja2==3.1.2
3441
joblib==1.3.2
42+
json5==0.9.16
43+
jsonpointer==2.4
3544
jsonschema==4.17.3
36-
jupyter-client==7.4.9
37-
jupyter-core==4.12.0
45+
jupyter-events==0.6.3
3846
jupyter-server==1.24.0
47+
jupyter-ydoc==0.2.5
48+
jupyter_client==7.4.9
49+
jupyter_core==4.12.0
50+
jupyter_server_fileid==0.9.1
51+
jupyter_server_ydoc==0.8.0
52+
jupyterlab==3.6.7
3953
jupyterlab-pygments==0.2.2
54+
jupyterlab_server==2.24.0
4055
kiwisolver==1.4.5
4156
MarkupSafe==2.1.3
4257
matplotlib==3.2.2
@@ -49,7 +64,7 @@ nbformat==5.8.0
4964
nest-asyncio==1.5.7
5065
nltk==3.7
5166
notebook==6.5.5
52-
notebook-shim==0.2.3
67+
notebook_shim==0.2.3
5368
numexpr==2.8.5
5469
numpy==1.21.6
5570
packaging==23.1
@@ -59,7 +74,7 @@ parso==0.8.3
5974
pexpect==4.8.0
6075
pickleshare==0.7.5
6176
Pillow==9.5.0
62-
pkgutil-resolve-name==1.3.10
77+
pkgutil_resolve_name==1.3.10
6378
prometheus-client==0.17.1
6479
prompt-toolkit==3.0.39
6580
psutil==5.9.5
@@ -70,11 +85,14 @@ pyLDAvis==3.3.1
7085
pyparsing==3.1.1
7186
pyrsistent==0.19.3
7287
python-dateutil==2.8.2
88+
python-json-logger==2.0.7
7389
pytz==2023.3.post1
7490
PyYAML==6.0.1
7591
pyzmq==24.0.1
7692
regex==2023.8.8
7793
requests==2.31.0
94+
rfc3339-validator==0.1.4
95+
rfc3986-validator==0.1.1
7896
sacremoses==0.0.53
7997
scikit-learn==1.0.2
8098
scipy==1.7.3
@@ -91,16 +109,21 @@ terminado==0.17.1
91109
threadpoolctl==3.1.0
92110
tinycss2==1.2.1
93111
tokenizers==0.12.1
112+
tomli==2.0.1
94113
torch==1.10.2
95114
torchvision==0.14.1
96115
tornado==6.2
97116
tqdm==4.66.1
98117
traitlets==5.9.0
99118
transformers==4.18.0
100-
typing-extensions==4.7.1
119+
typing_extensions==4.7.1
120+
uri-template==1.3.0
101121
urllib3==2.0.4
102122
wcwidth==0.2.6
123+
webcolors==1.13
103124
webencodings==0.5.1
104125
websocket-client==1.6.1
105126
wordcloud==1.8.1
127+
y-py==0.6.2
128+
ypy-websocket==0.8.4
106129
zipp==3.15.0

0 commit comments

Comments
 (0)