mirror of
https://github.com/vale981/ray
synced 2025-03-06 02:21:39 -05:00
Revert "Revert "[RLlib](deps): Bump tensorflow from 2.5.0 to 2.6.0 in /python/requirements/rllib"" (#19352)
This reverts commit bde9e058da
.
This commit is contained in:
parent
a081579f68
commit
6798bdbb5d
3 changed files with 8 additions and 8 deletions
|
@ -16,11 +16,11 @@ import argparse
|
|||
|
||||
import numpy as np
|
||||
import tensorflow as tf
|
||||
from tensorflow.python.keras.datasets import cifar10
|
||||
from tensorflow.python.keras.layers import Input, Dense, Dropout, Flatten
|
||||
from tensorflow.python.keras.layers import Convolution2D, MaxPooling2D
|
||||
from tensorflow.python.keras.models import Model, load_model
|
||||
from tensorflow.python.keras.preprocessing.image import ImageDataGenerator
|
||||
from tensorflow.keras.datasets import cifar10
|
||||
from tensorflow.keras.layers import Input, Dense, Dropout, Flatten
|
||||
from tensorflow.keras.layers import Convolution2D, MaxPooling2D
|
||||
from tensorflow.keras.models import Model, load_model
|
||||
from tensorflow.keras.preprocessing.image import ImageDataGenerator
|
||||
|
||||
from ray import tune
|
||||
from ray.tune import Trainable
|
||||
|
|
|
@ -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.5.0
|
||||
tensorflow-probability==0.13.0
|
||||
tensorflow==2.6.0
|
||||
tensorflow-probability==0.14.0
|
||||
|
||||
torch==1.9.0;sys_platform=="darwin"
|
||||
torchvision==0.10.0;sys_platform=="darwin"
|
||||
|
|
|
@ -8,7 +8,7 @@ ConfigSpace==0.4.18
|
|||
dask[complete]==2021.03.0; python_version < '3.7'
|
||||
dask[complete]==2021.8.1; python_version >= '3.7'
|
||||
dragonfly-opt==0.1.6
|
||||
flaml==0.5.2
|
||||
flaml==0.6.7
|
||||
freezegun==1.1.0
|
||||
gluoncv==0.10.1.post0
|
||||
gpy==1.10.0
|
||||
|
|
Loading…
Add table
Reference in a new issue