From 621f1b53542af36709ce4949ff9b650f2db857ec Mon Sep 17 00:00:00 2001 From: AJ Schmidt Date: Fri, 19 Nov 2021 10:00:48 -0500 Subject: [PATCH] Add `mock` package to `rapids-build-env` This PR adds the `mock` package to `rapids-build-env`. `mock` used to be included by the `moto` package, but the `moto` package was recently upgraded and removed its dependency on `mock` which caused some issues for `cuxfilter`, so we need to include it explicitly. --- conda/recipes/rapids-build-env/meta.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/conda/recipes/rapids-build-env/meta.yaml b/conda/recipes/rapids-build-env/meta.yaml index 89bb2adc..9d1068de 100644 --- a/conda/recipes/rapids-build-env/meta.yaml +++ b/conda/recipes/rapids-build-env/meta.yaml @@ -94,6 +94,7 @@ requirements: - lightgbm - make - mimesis {{ mimesis_version }} + - mock - moto {{ moto_version }} - mypy {{ mypy_version }} - nccl {{ nccl_version }}