Files
sglang/sgl-kernel/pyproject_rocm.toml
T
sglang-botandsglang-bot <sglang-bot@users.noreply.github.com>\ 0f0c8b2f18 chore: bump sgl-kernel version to 0.3.21.post1 (#20087)
Co-authored-by: sglang-bot <sglang-bot@users.noreply.github.com>\
2026-03-08 03:03:58 -07:00

33 lines
702 B
TOML

[build-system]
requires = [
"setuptools>=75.0",
"scikit-build-core>=0.10",
"torch>=2.8.0",
"wheel",
]
build-backend = "setuptools.build_meta"
[project]
name = "sgl-kernel"
version = "0.3.21.post1"
description = "Kernel Library for SGLang"
readme = "README.md"
requires-python = ">=3.10"
license = { file = "LICENSE" }
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: Apache Software License",
"Environment :: GPU :: NVIDIA CUDA"
]
dependencies = []
[project.urls]
"Homepage" = "https://github.com/sgl-project/sglang/tree/main/sgl-kernel"
"Bug Tracker" = "https://github.com/sgl-project/sglang/issues"
[tool.wheel]
exclude = [
"dist*",
"tests*",
]