Skip to content

Commit e4af28e

Browse files
committed
Temporarily remove xgboost from test dependencies.
While we work on resolving #7520
1 parent 7e8e8bf commit e4af28e

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

dependencies.yaml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,8 @@ files:
124124
- depends_on_libcuml
125125
- py_version
126126
- test_python
127-
- test_python_xgboost
127+
# TODO: re-enable after resolving https://github.com/rapidsai/cuml/issues/7520
128+
# - test_python_xgboost
128129
test_python_dask:
129130
output: none
130131
includes:
@@ -133,7 +134,8 @@ files:
133134
- depends_on_libcuml
134135
- py_version
135136
- test_python
136-
- test_python_xgboost
137+
# TODO: re-enable after resolving https://github.com/rapidsai/cuml/issues/7520
138+
# - test_python_xgboost
137139
- test_python_dask
138140
- depends_on_rapids_dask_dependency
139141
- depends_on_dask_cudf
@@ -202,7 +204,8 @@ files:
202204
key: test
203205
includes:
204206
- test_python
205-
- test_python_xgboost
207+
# TODO: re-enable after resolving https://github.com/rapidsai/cuml/issues/7520
208+
# - test_python_xgboost
206209
py_dask_cuml:
207210
output: pyproject
208211
pyproject_dir: python/cuml

python/cuml/pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,6 @@ test = [
125125
"statsmodels",
126126
"tenacity",
127127
"umap-learn==0.5.7",
128-
"xgboost>=2.1.0",
129128
] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit ../../dependencies.yaml and run `rapids-dependency-file-generator`.
130129
dask = [
131130
"dask-cudf==26.2.*,>=0.0.0a0",

0 commit comments

Comments
 (0)