From 9f20a3315e4dd8daae200d29bab60d1305bd8745 Mon Sep 17 00:00:00 2001 From: Jiaming Yuan Date: Wed, 19 Jan 2022 00:46:23 +0800 Subject: [PATCH] Test with latest numpy. (#7573) --- tests/ci_build/conda_env/cpu_test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/ci_build/conda_env/cpu_test.yml b/tests/ci_build/conda_env/cpu_test.yml index 5a0a64245..c82125503 100644 --- a/tests/ci_build/conda_env/cpu_test.yml +++ b/tests/ci_build/conda_env/cpu_test.yml @@ -8,7 +8,7 @@ dependencies: - pyyaml - cpplint - pylint -- numpy=1.19.4 +- numpy - scipy - scikit-learn - pandas