fbgemm_gpu/pyproject.toml (18 lines of code) (raw):
# Placeholder for real pyproject.toml file
[build-system]
requires = [
"setuptools",
"wheel",
"scikit-build",
"cmake",
"ninja",
"jinja2",
"torch>0.9",
"cudatoolkit",
]
[project]
name = "fbgemm_gpu"
[project.optional-dependencies]
test = [
"hypothesis",
]