Remove a warning when computing left_proba

This commit is contained in:
Aurélien Geron
2024-01-19 19:01:59 +13:00
parent b2a2533543
commit 4f5aa43f92
2 changed files with 2 additions and 2 deletions

View File

@@ -40,6 +40,6 @@ dependencies:
- tensorflow~=2.14.0 # Deep Learning library
- transformers~=4.35.0 # Natural Language Processing lib for TF or PyTorch
- urlextract~=1.8.0 # optionally used in chapter 3, exercise 4
- gym[classic_control,atari,accept-rom-license] # used only in ch18
- gymnasium[classic_control,atari,accept-rom-license] # used only in ch18
- google-cloud-aiplatform~=1.36.2 # used only in chapter 19
- google-cloud-storage~=2.13.0 # used only in chapter 19