Skip to content

Commit 1bc247f

Browse files
authored
feat: upgrade tensorflow to 2.20.0 (required by protobuf upgrade) (#244)
1 parent d83ebdd commit 1bc247f

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.metwork-framework/components.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,10 @@
4747
| [segmentation_models_pytorch](https://github.com/qubvel-org/segmentation_models.pytorch) | 0.5.0 | python3_ia |
4848
| [sympy](https://sympy.org) | 1.14.0 | python3_ia |
4949
| [tensorboard-data-server](https://github.com/tensorflow/tensorboard/tree/master/tensorboard/data/server) | 0.7.2 | python3_ia |
50-
| [tensorboard](https://github.com/tensorflow/tensorboard) | 2.19.0 | python3_ia |
50+
| [tensorboard](https://github.com/tensorflow/tensorboard) | 2.20.0 | python3_ia |
5151
| [tensorflow-hub](https://github.com/tensorflow/hub) | 0.16.1 | python3_ia |
52-
| [tensorflow](https://www.tensorflow.org/) | 2.19.0 | python3_ia |
53-
| [tf_keras](https://keras.io/) | 2.19.0 | python3_ia |
52+
| [tensorflow](https://www.tensorflow.org/) | 2.20.0 | python3_ia |
53+
| [tf_keras](https://keras.io/) | 2.20.1 | python3_ia |
5454
| [timm](https://github.com/huggingface/pytorch-image-models) | 1.0.15 | python3_ia |
5555
| [tokenizers](https://github.com/huggingface/tokenizers) | 0.21.1 | python3_ia |
5656
| [torch](https://pytorch.org/) | 2.7.1 | python3_ia |

layers/layer5_python3_ia/0500_extra_packages/requirements3.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,11 @@ rsa==4.9
4444
safetensors==0.5.3
4545
segmentation_models_pytorch==0.5.0
4646
sympy==1.14.0
47-
tensorboard==2.19.0
47+
tensorboard==2.20.0
4848
tensorboard-data-server==0.7.2
49-
tensorflow==2.19.0
49+
tensorflow==2.20.0
5050
tensorflow-hub==0.16.1
51-
tf-keras==2.19.0
51+
tf-keras==2.20.1
5252
timm==1.0.15
5353
tokenizers==0.21.1
5454
torch==2.7.1

0 commit comments

Comments
 (0)