Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions cmd/earlystopping/medianstop/v1beta1/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
grpcio==1.41.1
protobuf==3.19.5
grpcio>=1.41.1
protobuf>=3.19.5, <=3.20.3
googleapis-common-protos==1.6.0
kubernetes==22.6.0
cython>=0.29.24
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
psutil==5.9.4
rfc3339>=6.2
grpcio==1.41.1
grpcio>=1.41.1
googleapis-common-protos==1.6.0
tensorflow==2.11.0
4 changes: 2 additions & 2 deletions cmd/suggestion/hyperband/v1beta1/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
grpcio==1.41.1
grpcio>=1.41.1
cloudpickle==0.5.6
numpy>=1.20.0
scikit-learn>=0.24.0
scipy>=1.5.4
forestci==0.3
protobuf==3.19.5
protobuf>=3.19.5, <=3.20.3
googleapis-common-protos==1.6.0
cython>=0.29.24
4 changes: 2 additions & 2 deletions cmd/suggestion/hyperopt/v1beta1/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
grpcio==1.41.1
grpcio>=1.41.1
cloudpickle==0.5.6
numpy>=1.20.0
scikit-learn>=0.24.0
scipy>=1.5.4
forestci==0.3
protobuf==3.19.5
protobuf>=3.19.5, <=3.20.3
googleapis-common-protos==1.6.0
hyperopt==0.2.5
cython>=0.29.24
4 changes: 2 additions & 2 deletions cmd/suggestion/nas/darts/v1beta1/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
grpcio==1.41.1
protobuf==3.19.5
grpcio>=1.41.1
protobuf>=3.19.5, <=3.20.3
googleapis-common-protos==1.6.0
cython>=0.29.24
2 changes: 1 addition & 1 deletion cmd/suggestion/nas/enas/v1beta1/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
grpcio==1.41.1
grpcio>=1.41.1
googleapis-common-protos==1.6.0
cython>=0.29.24
tensorflow==2.11.0
4 changes: 2 additions & 2 deletions cmd/suggestion/optuna/v1beta1/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
grpcio==1.41.1
protobuf==3.19.5
grpcio>=1.41.1
protobuf>=3.19.5, <=3.20.3
googleapis-common-protos==1.53.0
optuna>=3.0.0
4 changes: 2 additions & 2 deletions cmd/suggestion/pbt/v1beta1/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
grpcio==1.41.1
protobuf==3.19.5
grpcio>=1.41.1
protobuf>=3.19.5, <=3.20.3
googleapis-common-protos==1.53.0
numpy==1.22.2
4 changes: 2 additions & 2 deletions cmd/suggestion/skopt/v1beta1/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
grpcio==1.41.1
grpcio>=1.41.1
cloudpickle==0.5.6
# This is a workaround to avoid the following error.
# AttributeError: module 'numpy' has no attribute 'int'
Expand All @@ -7,7 +7,7 @@ numpy==1.23.5
scikit-learn>=0.24.0
scipy>=1.5.4
forestci==0.3
protobuf==3.19.5
protobuf>=3.19.5, <=3.20.3
googleapis-common-protos==1.6.0
scikit-optimize>=0.9.0
cython>=0.29.24
4 changes: 2 additions & 2 deletions sdk/python/v1beta1/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
"setuptools>=21.0.0",
"urllib3>=1.15.1",
"kubernetes>=23.6.0",
"grpcio==1.41.1",
"protobuf==3.19.5",
"grpcio>=1.41.1",
"protobuf>=3.19.5, <=3.20.3",
]

katib_grpc_api_file = "../../../pkg/apis/manager/v1beta1/python/api_pb2.py"
Expand Down