File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -29,10 +29,10 @@ RUN mkdir /bazel && \
29
29
RUN python3 -m pip install --no-cache-dir \
30
30
mesh-tensorflow==0.1.16 \
31
31
cachetools==3.1.0 \
32
- tensorflow-transform==0.22 .0 \
33
- tensorflow_model_analysis==0.22.2 \
32
+ tensorflow-transform==0.23 .0 \
33
+ tensorflow_model_analysis==0.23.0 \
34
34
ngraph-tensorflow-bridge==0.18.0 \
35
- tensorflow-metadata==0.22.2 \
35
+ tensorflow-metadata==0.23.0 \
36
36
tensorflow-datasets==3.2.0 \
37
37
tensorflow_probability==0.10.1 \
38
38
tensorwatch==0.9.1 \
@@ -43,7 +43,7 @@ RUN python3 -m pip install --no-cache-dir \
43
43
tensorflow_constrained_optimization \
44
44
tensorflow-graphics-gpu==1.0.0 \
45
45
tensorflow-gan==2.0.0 \
46
- tensorflow-data-validation==0.22 .0 \
46
+ tensorflow-data-validation==0.23 .0 \
47
47
tensorflow-model-optimization==0.3.0
48
48
RUN python3 -m pip install --no-cache-dir --upgrade \
49
49
jupyter-tensorboard==0.2.0 \
You can’t perform that action at this time.
0 commit comments