Skip to content

Commit 92382df

Browse files
committed
jupyter-server 1.6.4 depends on anyio<3 and >=2.0.2
1 parent b2fc6df commit 92382df

File tree

1 file changed

+17
-19
lines changed

1 file changed

+17
-19
lines changed

vendor/ngc-tensorflow/requirements.22.02.txt

Lines changed: 17 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ aiozmq==0.9.0
33
albumentations==1.1.0
44
alembic==1.7.5
55
ansi2html==1.6.0
6-
anyio
6+
anyio==3.5.0
77
#apache-airflow[celery,devel,postgres,redis,s3,ssh]==1.10.6
88
#apache-beam==2.34.0
99
appdirs==1.4.3
@@ -25,7 +25,7 @@ black==19.10b0
2525
bokeh==2.3.2
2626
boltons==20.2.1
2727
boto3==1.17.112
28-
boto
28+
boto==2.49.0
2929
botocore==1.20.112
3030
branca==0.4.0
3131
brotli==1.0.9
@@ -74,7 +74,7 @@ docutils==0.15.2
7474
dopamine_rl==3.0.1
7575
dtreeviz==0.8.1
7676
easyProcess==0.3
77-
easydict
77+
easydict==1.9
7878
ecdsa==0.14.1
7979
ecos==2.0.7.post1
8080
#elegy==0.8.1
@@ -97,8 +97,8 @@ flask-Compress==1.9.0
9797
flask==1.1.2
9898
folium==0.10.0
9999
funcy==1.13
100-
gast==0.4.0
101-
gDAL
100+
gast==0.5.3
101+
gDAL==3.4.2
102102
gensim==3.8.0
103103
geopandas==0.5.1
104104
gin_config==0.3.0
@@ -126,7 +126,7 @@ google-resumable-media==1.2.0
126126
google_api_core==1.23.0
127127
google_api_python_client==1.12.8
128128
google_auth_httplib2==0.0.3
129-
gluonnlp
129+
gluonnlp==0.10.0
130130
graphviz==0.14
131131
greenlet==1.0.0
132132
grpc-google-iam-v1==0.12.3
@@ -171,7 +171,7 @@ jupyter-nbextensions-configurator==0.4.1
171171
jupyter-packaging==0.9.2
172172
jupyter-server-mathjax==0.2.2
173173
jupyter-server-proxy==1.6.0
174-
jupyter-server==1.6.4
174+
jupyter-server==1.15.6
175175
jupyter-telemetry==0.1.0
176176
jupyter==1.0.0
177177
jupyter_bokeh==2.0.4
@@ -189,12 +189,12 @@ jupyterlab-nvdashboard==0.5.0
189189
jupyterlab-pygments==0.1.2
190190
jupyterlab-server==1.2.0
191191
jupyterlab-translate==1.0.3
192-
jupyterlab==2.3.2
193-
jupyterlabutils==0.10.0
192+
jupyterlab==3.3.2
193+
#jupyterlabutils==0.10.0
194194
jupyterthemes==0.20.0
195195
jupytext==1.10.1
196-
keras
197-
keras-models
196+
keras==2.8.0
197+
keras-models==0.0.7
198198
kiwisolver==1.1.0
199199
konlpy==0.5.2
200200
kss==3.3.1.1
@@ -214,7 +214,6 @@ matplotlib==3.4.3
214214
mccabe==0.6.1
215215
meshio==4.4.2
216216
mimeparse==0.1.3
217-
mlflow
218217
mlxtend==0.17.2
219218
mmcv-full
220219
mmdnn==0.3.1
@@ -226,14 +225,13 @@ msgpack==0.6.1
226225
multidict==4.7.5
227226
multiprocess==0.70.9
228227
munch==2.5.0
229-
mxnet
228+
mxnet==1.9.0
230229
namedlist==1.7
231230
nbclassic==0.2.7
232231
nbdime==2.0.0
233232
netifaces==0.10.9
234233
networkx==2.4
235234
numba==0.49.0
236-
numexpr
237235
numexpr==2.7.0
238236
oauth2client==3.0.0
239237
oauthenticator==0.13.0
@@ -288,7 +286,7 @@ pynput==1.7.3
288286
#pynvml==11.0.0
289287
pyproj==2.5.0
290288
pyqt5==5.15.0
291-
pyshp
289+
pyshp==2.2.0
292290
pystan==3.3.0
293291
pytest-cov==2.10.0
294292
pytest~=6.0
@@ -302,7 +300,7 @@ python-slugify==4.0.1
302300
python-speech-features==0.6
303301
python-xlib==0.29
304302
pythonWebHDFS==0.2.3
305-
pythran
303+
pythran==0.11.0
306304
pyvista==0.24.3
307305
pyvo==1.0
308306
qgrid==1.3.1
@@ -354,13 +352,13 @@ threadpool==1.3.2
354352
threadpoolctl==2.1.0
355353
tomlkit==0.7.0
356354
toolz==0.10.0
357-
torch
355+
torch==1.11.0
358356
transformers==4.12.5
359357
tweepy==3.10.0
360358
typed-ast==1.4.3
361359
typing==3.7.4.3
362360
typing-extensions==3.7.4.3
363-
ujson
361+
ujson==5.1.0
364362
update-checker==0.16
365363
uritemplate==3.0.1
366364
urllib3==1.26.7
@@ -371,7 +369,7 @@ vtk==9.0.1
371369
websocket-client==0.59.0
372370
wheel==0.36.2
373371
widgetsnbextension==3.5.1
374-
xgboost
372+
xgboost==1.5.2
375373
yapf==0.29.0
376374
yarl==1.4.2
377375
zict==1.0.0

0 commit comments

Comments
 (0)