Revert "[RLlib](deps): Bump tensorflow from 2.5.0 to 2.6.0 in /python/requirements/rllib (#18183)" (#19351)

This reverts commit 74ee99ff99.
This commit is contained in:
Kai Fricke 2021-10-13 13:06:36 +01:00 committed by GitHub
parent ce64e6dc45
commit bde9e058da
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,8 +1,8 @@
# These requirements are used for the CI and CPU-only Docker images so we install CPU only versions of torch.
# For GPU Docker images, you should install requirements_ml_docker.txt instead.
tensorflow==2.6.0
tensorflow-probability==0.14.0
tensorflow==2.5.0
tensorflow-probability==0.13.0
torch==1.9.0;sys_platform=="darwin"
torchvision==0.10.0;sys_platform=="darwin"