Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
tianlh
LightGBM-DCU
Commits
9a76aae1
Unverified
Commit
9a76aae1
authored
Aug 09, 2024
by
James Lamb
Committed by
GitHub
Aug 09, 2024
Browse files
[python-package] update to scikit-build-core 0.10 (#6597)
parent
e7edb6cb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
python-package/pyproject.toml
python-package/pyproject.toml
+5
-5
No files found.
python-package/pyproject.toml
View file @
9a76aae1
...
...
@@ -57,21 +57,21 @@ changelog = "https://github.com/microsoft/LightGBM/releases"
# start:build-system
[build-system]
requires
=
["scikit-build-core>=0.
9.3
"]
requires
=
["scikit-build-core>=0.
10.1
"]
build-backend
=
"scikit_build_core.build"
# based on https://github.com/scikit-build/scikit-build-core#configuration
[tool.scikit-build]
cmake.version
=
"
>=3.28
"
cmake.version
=
"
CMakeLists.txt
"
ninja.version
=
">=1.11"
ninja.make-fallback
=
true
cmake.args
=
[
"-D__BUILD_FOR_PYTHON:BOOL=ON"
]
cmake
.verbose
=
false
build
.verbose
=
false
cmake.build-type
=
"Release"
cmake
.targets
=
["_lightgbm"]
build
.targets
=
["_lightgbm"]
# stripping binaries should be turned back on once this is fixed:
# https://github.com/jameslamb/pydistcheck/issues/235
install.strip
=
false
...
...
@@ -80,7 +80,7 @@ sdist.reproducible = true
wheel.py-api
=
"py3"
experimental
=
false
strict-config
=
false
minimum-version
=
"
0.9.3
"
minimum-version
=
"
build-system.requires
"
# end:build-system
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment