From 3ddd17bc788c2251435954ae7276b964cdca4e52 Mon Sep 17 00:00:00 2001 From: Mike Wendt Date: Wed, 3 Jun 2020 15:40:18 -0400 Subject: [PATCH 1/2] ENH Update release versions for v0.14 release Pin numba to 0.49 to prevent issues with future numba releases --- conda/recipes/release-versions.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conda/recipes/release-versions.yaml b/conda/recipes/release-versions.yaml index 3cc25b48..0d3859df 100644 --- a/conda/recipes/release-versions.yaml +++ b/conda/recipes/release-versions.yaml @@ -8,7 +8,7 @@ dask_xgboost_version: # Versions for `rapids-xgboost` meta-pkg xgboost_version: - - '=1.0.2dev.rapidsai0.13' + - '=1.1.0dev.rapidsai0.14' # Versions for conda conda_version: @@ -68,7 +68,7 @@ nccl_version: networkx_version: - '>=2.3' numba_version: - - '>=0.48,<0.49' + - '>=0.49,<0.50a' numpy_version: - '>=1.17.3' pandas_version: From 390c5de74fa409cf201fa704d94a674741eeba37 Mon Sep 17 00:00:00 2001 From: Mike Wendt Date: Wed, 3 Jun 2020 15:43:10 -0400 Subject: [PATCH 2/2] ENH Drop 0.14 from nightly builds --- ci/axis/nightly.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/ci/axis/nightly.yaml b/ci/axis/nightly.yaml index 20060b6f..9fe656a1 100644 --- a/ci/axis/nightly.yaml +++ b/ci/axis/nightly.yaml @@ -5,7 +5,6 @@ CONDA_CONFIG_FILE: - conda/recipes/nightly-versions.yaml RAPIDS_VER: - - 0.14.0 - 0.15.0 # Use CUDA_VER to not clobber `CUDA_VERSION` in the container