We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe7bd59 commit c11febfCopy full SHA for c11febf
ci/env/install-core-prerelease-dependencies.sh
@@ -4,7 +4,5 @@ set -e
4
5
# install all unbounded dependencies in setup.py and any additional test dependencies
6
# 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)
+DEPS=(requests protobuf pytest-httpserver==1.1.3 grpcio==1.74.0 jsonschema==4.23.0)
10
python -m pip install -U --pre --upgrade-strategy=eager "${DEPS[@]}"
0 commit comments