Skip to content

Commit c11febf

Browse files
committed
dep
Signed-off-by: Rueian <[email protected]>
1 parent fe7bd59 commit c11febf

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

ci/env/install-core-prerelease-dependencies.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,5 @@ set -e
44

55
# install all unbounded dependencies in setup.py and any additional test dependencies
66
# for the min build for ray core
7-
# TODO(scv119) reenable grpcio once https://github.com/grpc/grpc/issues/31885 is fixed.
8-
# TODO(scv119) reenable jsonschema once https://github.com/ray-project/ray/issues/33411 is fixed.
9-
DEPS=(requests protobuf pytest-httpserver==1.1.3)
7+
DEPS=(requests protobuf pytest-httpserver==1.1.3 grpcio==1.74.0 jsonschema==4.23.0)
108
python -m pip install -U --pre --upgrade-strategy=eager "${DEPS[@]}"

0 commit comments

Comments
 (0)