[CI] Build a CPU-only wheel under name xgboost-cpu (#10603)

This commit is contained in:
Philip Hyunsu Cho
2024-07-19 10:51:08 -07:00
committed by GitHub
parent 7ab93f3ce3
commit 326921dbe4
10 changed files with 164 additions and 85 deletions

View File

@@ -7,13 +7,13 @@ build-backend = "packager.pep517"
[project]
name = "xgboost"
version = "2.2.0-dev"
description = "XGBoost Python Package"
readme = { file = "README.rst", content-type = "text/x-rst" }
authors = [
{ name = "Hyunsu Cho", email = "chohyu01@cs.washington.edu" },
{ name = "Jiaming Yuan", email = "jm.yuan@outlook.com" }
]
description = "XGBoost Python Package"
readme = { file = "README.rst", content-type = "text/x-rst" }
version = "2.2.0-dev"
requires-python = ">=3.8"
license = { text = "Apache-2.0" }
classifiers = [