tt-smi: 3.0.30 -> 5.2.0

This commit is contained in:
Tristan Ross
2026-06-05 14:39:34 -07:00
parent 77bdaafa0d
commit 25dfa100da
+7 -2
View File
@@ -4,17 +4,19 @@
fetchFromGitHub,
pre-commit,
versionCheckHook,
tt-umd,
}:
python3Packages.buildPythonApplication (finalAttrs: {
pname = "tt-smi";
version = "3.0.30";
version = "5.2.0";
pyproject = true;
__structuredAttrs = true;
src = fetchFromGitHub {
owner = "tenstorrent";
repo = "tt-smi";
tag = "v${finalAttrs.version}";
hash = "sha256-C6CfcS0H3rFew/Y1uhmzICdFp1UYU7H9h3YPeAKlcbE=";
hash = "sha256-meDqvDvGBXx/zbHbtgLUb+Kv8LSmsu9OvYCFhmEPAdQ=";
};
build-system = with python3Packages; [
@@ -33,8 +35,11 @@ python3Packages.buildPythonApplication (finalAttrs: {
tt-tools-common
setuptools
tomli
tt-umd
];
pythonRelaxDeps = [ "tt-umd" ];
nativeCheckInputs = [
versionCheckHook
];