tt-burnin: 0.2.4 -> 0.4.0 (#528723)

This commit is contained in:
Tristan Ross
2026-06-07 06:19:02 +00:00
committed by GitHub
+2 -7
View File
@@ -6,21 +6,16 @@
}:
python3Packages.buildPythonApplication (finalAttrs: {
pname = "tt-burnin";
version = "0.2.4";
version = "0.4.0";
pyproject = true;
src = fetchFromGitHub {
owner = "tenstorrent";
repo = "tt-burnin";
tag = "v${finalAttrs.version}";
hash = "sha256-/tnCLhA6zeUkVYhDtdohrZODwHxNTZbnsWgY2Gt16DQ=";
hash = "sha256-NI32BerBCuMMulB2fsseeoWI50iklpNqMyTs4BArl2A=";
};
# Remove when https://github.com/NixOS/nixpkgs/pull/444714 is merged
pythonRelaxDeps = [
"pyluwen"
];
build-system = with python3Packages; [
setuptools
setuptools-scm