ca59a60a9a
corrected to amd-smi version from rocm-smi version Added newline characters in the gpu choices Updated cli versioning to 23.2.1.0 to match amd-smi Signed-off-by: Maisam Arif <maisarif@amd.com> Change-Id: Ia6db3a281e2349e05a09209bdcfdfa5ac48e3a86
28 строки
665 B
TOML
28 строки
665 B
TOML
# for details see:
|
|
# https://setuptools.pypa.io/en/latest/userguide/pyproject_config.html
|
|
|
|
[build-system]
|
|
requires = ["setuptools>=61.0"]
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
[project]
|
|
name = "amdsmi"
|
|
authors = [
|
|
{name = "AMD", email = "amd-smi.support@amd.com"},
|
|
]
|
|
version = "23.2.1.0"
|
|
license = {file = "amdsmi/LICENSE"}
|
|
readme = {file = "amdsmi/README.md", content-type = "text/markdown"}
|
|
description = "AMDSMI Python LIB - AMD GPU Monitoring Library"
|
|
requires-python = ">=3.7"
|
|
dependencies = [
|
|
"PyYAML >= 5.0",
|
|
"clang >= 14.0"
|
|
]
|
|
|
|
[project.urls]
|
|
"Homepage" = "https://github.com/RadeonOpenCompute/amdsmi"
|
|
|
|
[tool.setuptools]
|
|
packages = ["amdsmi"]
|