Loading pkgs/development/python-modules/onnxslim/default.nix +5 −5 Original line number Diff line number Diff line Loading @@ -4,7 +4,7 @@ fetchFromGitHub, # build-system setuptools, hatchling, # dependencies colorama, Loading @@ -13,7 +13,7 @@ sympy, }: buildPythonPackage rec { buildPythonPackage (finalAttrs: { pname = "onnxslim"; version = "0.1.82"; pyproject = true; Loading @@ -21,12 +21,12 @@ buildPythonPackage rec { src = fetchFromGitHub { owner = "inisis"; repo = "OnnxSlim"; tag = "v${version}"; tag = "v${finalAttrs.version}"; hash = "sha256-hrrCodLaHVo/YRq0HczxogcZQSwZKxZthyLYxz/+XJ0="; }; build-system = [ setuptools hatchling ]; dependencies = [ Loading @@ -46,4 +46,4 @@ buildPythonPackage rec { homepage = "https://pypi.org/project/onnxslim/"; license = lib.licenses.mit; }; } }) Loading
pkgs/development/python-modules/onnxslim/default.nix +5 −5 Original line number Diff line number Diff line Loading @@ -4,7 +4,7 @@ fetchFromGitHub, # build-system setuptools, hatchling, # dependencies colorama, Loading @@ -13,7 +13,7 @@ sympy, }: buildPythonPackage rec { buildPythonPackage (finalAttrs: { pname = "onnxslim"; version = "0.1.82"; pyproject = true; Loading @@ -21,12 +21,12 @@ buildPythonPackage rec { src = fetchFromGitHub { owner = "inisis"; repo = "OnnxSlim"; tag = "v${version}"; tag = "v${finalAttrs.version}"; hash = "sha256-hrrCodLaHVo/YRq0HczxogcZQSwZKxZthyLYxz/+XJ0="; }; build-system = [ setuptools hatchling ]; dependencies = [ Loading @@ -46,4 +46,4 @@ buildPythonPackage rec { homepage = "https://pypi.org/project/onnxslim/"; license = lib.licenses.mit; }; } })