Skip to content

Commit a3aa157

Browse files
authored
Resolve dependency issues in docker build requirements (#7638)
Resolve dependency issues in docker build requirements
1 parent 9865db7 commit a3aa157

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

tfx/tools/docker/requirements.txt

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -185,18 +185,18 @@ mistune==3.0.2
185185
ml-dtypes==0.3.2
186186
ml-metadata>=1.16.0
187187
mmh==2.2
188-
ml-metadata==1.15.0
189188
more-itertools==10.5.0
190189
msgpack==1.1.0
191190
multidict==6.1.0
192-
mysql-connector-python==9.0.0
191+
mysql-connector-python==9.1.0
193192
mysqlclient==2.2.4
194193
nbclient==0.10.0
195194
nbconvert==7.16.4
196195
nbformat==5.10.4
197196
nest-asyncio==1.6.0
198197
nltk==3.9.1
199-
notebook==7.3.0a1
198+
nodeenv==1.9.1
199+
notebook==7.2.2
200200
notebook_shim==0.2.4
201201
numpy==1.26.4
202202
oauth2client==4.1.3
@@ -229,17 +229,17 @@ platformdirs==4.3.6
229229
pluggy==1.5.0
230230
portalocker==2.10.1
231231
portpicker==1.6.0
232+
pre_commit==4.0.1
232233
presto-python-client==0.7.0
233234
prison==0.2.1
234235
prometheus_client==0.21.0
235236
promise==2.3
236237
prompt_toolkit==3.0.48
237238
propcache==0.2.0
238-
proto-plus==1.24.1rc0
239+
proto-plus==1.24.0
239240
protobuf==3.20.3
240241
psutil==6.0.0
241242
ptyprocess==0.7.0
242-
pyarrow==10.0.1
243243
pyarrow-hotfix==0.6
244244
pyasn1==0.6.1
245245
pyasn1_modules==0.4.1
@@ -253,7 +253,7 @@ Pygments==2.18.0
253253
pyjsparser==2.7.1
254254
PyJWT==2.9.0
255255
pymongo==4.10.1
256-
pyparsing==3.2.0rc1
256+
pyparsing==3.1.4
257257
pytest==8.0.0
258258
pytest-subtests==0.13.1
259259
python-daemon==3.0.1
@@ -293,33 +293,33 @@ SQLAlchemy==1.4.54
293293
SQLAlchemy-JSONField==1.0.2
294294
SQLAlchemy-Utils==0.41.2
295295
sqlparse==0.5.1
296-
struct2tensor==0.46.0
296+
struct2tensor>=0.47.0
297297
tabulate==0.9.0
298298
tenacity==9.0.0
299-
tensorboard==2.15.2
299+
tensorboard==2.16.2
300300
tensorboard-data-server==0.7.2
301-
tensorflow==2.15.1
301+
tensorflow==2.16.2
302302
tensorflow-cloud==0.1.16
303-
tensorflow-data-validation==1.15.1
303+
tensorflow-data-validation>=1.16.1
304304
tensorflow-datasets==4.9.3
305-
tensorflow-decision-forests==1.8.1
305+
tensorflow-decision-forests==1.9.2
306306
tensorflow-estimator==2.15.0
307307
tensorflow-hub==0.15.0
308308
tensorflow-io==0.24.0
309309
tensorflow-io-gcs-filesystem==0.24.0
310-
tensorflow-metadata==1.15.0
311-
tensorflow-ranking==0.5.5
312-
tensorflow-serving-api==2.15.1
313-
tensorflow-text==2.15.0
314-
tensorflow-transform==1.15.0
315-
tensorflow_model_analysis==0.46.0
310+
tensorflow-metadata>=1.16.1
311+
# tensorflow-ranking==0.5.5
312+
tensorflow-serving-api==2.16.1
313+
tensorflow-text==2.16.1
314+
tensorflow-transform>=1.16.0
315+
tensorflow_model_analysis>=0.47.0
316316
tensorflowjs==4.17.0
317317
tensorstore==0.1.66
318318
termcolor==2.5.0
319319
terminado==0.18.1
320320
text-unidecode==1.3
321321
tflite-support==0.4.4
322-
tfx-bsl==1.15.1
322+
tfx-bsl>=1.16.1
323323
threadpoolctl==3.5.0
324324
time-machine==2.16.0
325325
tinycss2==1.3.0
@@ -339,11 +339,11 @@ universal_pathlib==0.2.5
339339
uri-template==1.3.0
340340
uritemplate==3.0.1
341341
urllib3==1.26.20
342+
virtualenv==20.26.6
342343
wcwidth==0.2.13
343344
webcolors==24.8.0
344345
webencodings==0.5.1
345346
websocket-client==0.59.0
346-
Werkzeug==2.2.3
347347
widgetsnbextension==3.6.9
348348
wirerope==0.4.7
349349
wrapt==1.14.1

0 commit comments

Comments
 (0)