diff --git a/ci/conda/environments/dev_env.yml b/ci/conda/environments/dev_env.yml index f7ded3713..58d83d9a7 100644 --- a/ci/conda/environments/dev_env.yml +++ b/ci/conda/environments/dev_env.yml @@ -40,7 +40,7 @@ dependencies: - glog=0.6 - gmock=1.13 - graphviz=3.0 - - grpc-cpp=1.51 + - libgrpc=1.54.0 - gtest=1.13 - gxx=11.2 # Specifies which versions of GXX and GCC to use - isort diff --git a/ci/conda/recipes/libmrc/conda_build_config.yaml b/ci/conda/recipes/libmrc/conda_build_config.yaml index 04cd535d0..008688e98 100644 --- a/ci/conda/recipes/libmrc/conda_build_config.yaml +++ b/ci/conda/recipes/libmrc/conda_build_config.yaml @@ -45,10 +45,10 @@ libabseil: - 20230125.0 - 20230125.0 -grpc_cpp: - - 1.51 +libgrpc: - 1.51 - 1.51 + - 1.54 ucx: - 1.13 @@ -64,7 +64,7 @@ zip_keys: - python - rapids_version - libabseil - - grpc_cpp + - libgrpc - ucx - libprotobuf @@ -79,7 +79,6 @@ gflags: glog: - 0.6 - pin_run_as_build: boost-cpp: max_pin: x.x diff --git a/ci/conda/recipes/libmrc/meta.yaml b/ci/conda/recipes/libmrc/meta.yaml index b4be6cd94..6abbd7c19 100644 --- a/ci/conda/recipes/libmrc/meta.yaml +++ b/ci/conda/recipes/libmrc/meta.yaml @@ -59,7 +59,7 @@ requirements: - gflags - glog - gmock 1.13.* - - grpc-cpp + - libgrpc - gtest 1.13.* - libabseil - libhwloc 2.5.* @@ -96,10 +96,10 @@ outputs: - boost-cpp - cuda-cudart # Needed to allow pin_compatible to work - glog - - grpc-cpp - - libabseil # Needed for transitive run_exports from grpc-cpp. Does not need a version + - libgrpc + - libabseil # Needed for transitive run_exports from libgrpc. Does not need a version - libhwloc 2.5.* - - libprotobuf # Needed for transitive run_exports from grpc-cpp. Does not need a version + - libprotobuf # Needed for transitive run_exports from libgrpc. Does not need a version - librmm {{ rapids_version }} - nlohmann_json 3.9.* - ucx