Loading pkgs/development/python-modules/tt-smi/default.nix→pkgs/by-name/tt/tt-smi/package.nix +12 −17 Original line number Diff line number Diff line { lib, buildPythonPackage, python3Packages, fetchFromGitHub, pythonOlder, setuptools, distro, elasticsearch, pydantic, pyluwen, rich, textual, pre-commit, importlib-resources, tt-tools-common, tomli, versionCheckHook, }: buildPythonPackage rec { python3Packages.buildPythonApplication rec { pname = "tt-smi"; version = "3.0.30"; pyproject = true; Loading @@ -27,13 +17,11 @@ buildPythonPackage rec { hash = "sha256-C6CfcS0H3rFew/Y1uhmzICdFp1UYU7H9h3YPeAKlcbE="; }; disabled = pythonOlder "3.13"; build-system = [ build-system = with python3Packages; [ setuptools ]; dependencies = [ dependencies = with python3Packages; [ distro elasticsearch pydantic Loading @@ -47,10 +35,17 @@ buildPythonPackage rec { tomli ]; nativeCheckInputs = [ versionCheckHook ]; # Fails due to having no tests dontUsePytestCheck = true; versionCheckProgramArg = "--version"; meta = { mainProgram = "tt-smi"; description = "Tenstorrent console based hardware information program"; homepage = "https://github.com/tenstorrent/tt-smi"; maintainers = with lib.maintainers; [ RossComputerGuy ]; Loading pkgs/top-level/python-packages.nix +0 −2 Original line number Diff line number Diff line Loading @@ -18851,8 +18851,6 @@ self: super: with self; { tt-flash = callPackage ../development/python-modules/tt-flash { }; tt-smi = callPackage ../development/python-modules/tt-smi { }; tt-tools-common = callPackage ../development/python-modules/tt-tools-common { }; ttach = callPackage ../development/python-modules/ttach { }; Loading
pkgs/development/python-modules/tt-smi/default.nix→pkgs/by-name/tt/tt-smi/package.nix +12 −17 Original line number Diff line number Diff line { lib, buildPythonPackage, python3Packages, fetchFromGitHub, pythonOlder, setuptools, distro, elasticsearch, pydantic, pyluwen, rich, textual, pre-commit, importlib-resources, tt-tools-common, tomli, versionCheckHook, }: buildPythonPackage rec { python3Packages.buildPythonApplication rec { pname = "tt-smi"; version = "3.0.30"; pyproject = true; Loading @@ -27,13 +17,11 @@ buildPythonPackage rec { hash = "sha256-C6CfcS0H3rFew/Y1uhmzICdFp1UYU7H9h3YPeAKlcbE="; }; disabled = pythonOlder "3.13"; build-system = [ build-system = with python3Packages; [ setuptools ]; dependencies = [ dependencies = with python3Packages; [ distro elasticsearch pydantic Loading @@ -47,10 +35,17 @@ buildPythonPackage rec { tomli ]; nativeCheckInputs = [ versionCheckHook ]; # Fails due to having no tests dontUsePytestCheck = true; versionCheckProgramArg = "--version"; meta = { mainProgram = "tt-smi"; description = "Tenstorrent console based hardware information program"; homepage = "https://github.com/tenstorrent/tt-smi"; maintainers = with lib.maintainers; [ RossComputerGuy ]; Loading
pkgs/top-level/python-packages.nix +0 −2 Original line number Diff line number Diff line Loading @@ -18851,8 +18851,6 @@ self: super: with self; { tt-flash = callPackage ../development/python-modules/tt-flash { }; tt-smi = callPackage ../development/python-modules/tt-smi { }; tt-tools-common = callPackage ../development/python-modules/tt-tools-common { }; ttach = callPackage ../development/python-modules/ttach { };