Skip to content

Commit

Permalink
Merge pull request #111 from raydouglass/xgboost-versioning
Browse files Browse the repository at this point in the history
Tie xgboost version to rapids version
  • Loading branch information
mike-wendt authored Aug 18, 2020
2 parents dba3a29 + 8a1ca75 commit ab66585
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion conda/recipes/rapids-xgboost/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ requirements:
- cudatoolkit ={{ cuda_version }}.*
- nccl {{ nccl_version }}
- python
- xgboost {{ xgboost_version }}
- xgboost {{ xgboost_version }}{{ minor_version }}

about:
home: http://rapids.ai/
Expand Down
2 changes: 1 addition & 1 deletion conda/recipes/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.2.0dev.rapidsai0.15'
- '=1.2.0dev.rapidsai'

# Versions for conda
conda_version:
Expand Down

0 comments on commit ab66585

Please sign in to comment.