Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion ci/axis/nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions conda/recipes/release-versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down