Upgrade to TensorFlow 2.8

This commit is contained in:
Aurélien Geron
2022-03-01 11:41:27 +13:00
parent b658ab40c0
commit a2f8391951
12 changed files with 27 additions and 27 deletions

View File

@@ -33,11 +33,11 @@ dependencies:
- pip:
- tensorboard-plugin-profile~=2.5.0 # profiling plugin for TensorBoard
- tensorboard~=2.8.0 # TensorFlow's visualization toolkit
- tensorflow-addons~=0.15.0 # used in chapters 11 & 16 (for AdamW & seq2seq)
- tensorflow-addons~=0.16.1 # used in chapters 11 & 16 (for AdamW & seq2seq)
- tensorflow-datasets~=4.5.2 # datasets repository, ready to use
- tensorflow-hub~=0.12.0 # trained ML models repository, ready to use
- tensorflow-serving-api~=2.7.0 # or tensorflow-serving-api-gpu if gpu
- tensorflow~=2.7.1 # Deep Learning library
- tensorflow-serving-api~=2.8.0 # or tensorflow-serving-api-gpu if gpu
- tensorflow~=2.8.0 # Deep Learning library
- transformers~=4.16.2 # Natural Language Processing lib for TF or PyTorch
- urlextract~=1.5.0 # optionally used in chapter 3, exercise 4
- gym[atari,accept-rom-license]~=0.21.0 # used only in chapter 18