From a962611de75f3086df2212128bf2f418d063d5e7 Mon Sep 17 00:00:00 2001 From: Jiaming Yuan Date: Sun, 11 Jun 2023 02:13:36 +0800 Subject: [PATCH] Disable SHAP test on 1.7 (#9290) --- tests/ci_build/conda_env/aarch64_test.yml | 1 - tests/ci_build/conda_env/cpu_test.yml | 1 - 2 files changed, 2 deletions(-) diff --git a/tests/ci_build/conda_env/aarch64_test.yml b/tests/ci_build/conda_env/aarch64_test.yml index fe30eced1..42a2fe1e4 100644 --- a/tests/ci_build/conda_env/aarch64_test.yml +++ b/tests/ci_build/conda_env/aarch64_test.yml @@ -31,6 +31,5 @@ dependencies: - pyspark - cloudpickle - pip: - - shap - awscli - auditwheel diff --git a/tests/ci_build/conda_env/cpu_test.yml b/tests/ci_build/conda_env/cpu_test.yml index 4d74c5832..9a574dfed 100644 --- a/tests/ci_build/conda_env/cpu_test.yml +++ b/tests/ci_build/conda_env/cpu_test.yml @@ -34,7 +34,6 @@ dependencies: - pyarrow - protobuf - cloudpickle -- shap - modin # TODO: Replace it with pyspark>=3.4 once 3.4 released. # - https://ml-team-public-read.s3.us-west-2.amazonaws.com/pyspark-3.4.0.dev0.tar.gz