Skip to content

Commit 1fb456a

Browse files
committed
Fixed broken pyproject.
There was already a set of optional dependencies.
1 parent 2c13f90 commit 1fb456a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

python-package/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ documentation = "https://xgboost.readthedocs.io/en/stable/"
3838
repository = "https://github.com/dmlc/xgboost"
3939

4040
[project.optional-dependencies]
41+
gpu = ["nvidia-nccl-cu12"]
4142
pandas = ["pandas"]
4243
scikit-learn = ["scikit-learn"]
4344
dask = ["dask", "pandas", "distributed"]

0 commit comments

Comments
 (0)