Loading pkgs/development/python-modules/onnx/default.nix +0 −7 Original line number Diff line number Diff line Loading @@ -8,9 +8,6 @@ pybind11, setuptools, # nativeBuildInputs protobuf-core, # buildInputs abseil-cpp, protobuf, Loading Loading @@ -48,10 +45,6 @@ buildPythonPackage rec { setuptools ]; nativeBuildInputs = [ protobuf-core # `protoc` required ]; buildInputs = [ abseil-cpp gtestStatic Loading pkgs/development/python-modules/onnxconverter-common/default.nix +9 −2 Original line number Diff line number Diff line Loading @@ -2,6 +2,7 @@ lib, buildPythonPackage, fetchFromGitHub, setuptools, numpy, packaging, protobuf, Loading @@ -14,7 +15,7 @@ buildPythonPackage rec { pname = "onnxconverter-common"; version = "1.14.0"; format = "setuptools"; pyproject = true; src = fetchFromGitHub { owner = "microsoft"; Loading @@ -23,7 +24,13 @@ buildPythonPackage rec { hash = "sha256-NbHyjLcr/Gq1zRiJW3ZBpEVQGVQGhp7SmfVd5hBIi2o="; }; propagatedBuildInputs = [ build-system = [ setuptools ]; pythonRelaxDeps = [ "protobuf" ]; dependencies = [ numpy packaging protobuf Loading pkgs/top-level/python-packages.nix +2 −6 Original line number Diff line number Diff line Loading @@ -9340,13 +9340,9 @@ self: super: with self; { onlykey-solo-python = callPackage ../development/python-modules/onlykey-solo-python { }; onnx = callPackage ../development/python-modules/onnx { protobuf-core = pkgs.protobuf; }; onnx = callPackage ../development/python-modules/onnx { }; onnxconverter-common = callPackage ../development/python-modules/onnxconverter-common { inherit (pkgs) protobuf; }; onnxconverter-common = callPackage ../development/python-modules/onnxconverter-common { }; onnxmltools = callPackage ../development/python-modules/onnxmltools { }; Loading Loading
pkgs/development/python-modules/onnx/default.nix +0 −7 Original line number Diff line number Diff line Loading @@ -8,9 +8,6 @@ pybind11, setuptools, # nativeBuildInputs protobuf-core, # buildInputs abseil-cpp, protobuf, Loading Loading @@ -48,10 +45,6 @@ buildPythonPackage rec { setuptools ]; nativeBuildInputs = [ protobuf-core # `protoc` required ]; buildInputs = [ abseil-cpp gtestStatic Loading
pkgs/development/python-modules/onnxconverter-common/default.nix +9 −2 Original line number Diff line number Diff line Loading @@ -2,6 +2,7 @@ lib, buildPythonPackage, fetchFromGitHub, setuptools, numpy, packaging, protobuf, Loading @@ -14,7 +15,7 @@ buildPythonPackage rec { pname = "onnxconverter-common"; version = "1.14.0"; format = "setuptools"; pyproject = true; src = fetchFromGitHub { owner = "microsoft"; Loading @@ -23,7 +24,13 @@ buildPythonPackage rec { hash = "sha256-NbHyjLcr/Gq1zRiJW3ZBpEVQGVQGhp7SmfVd5hBIi2o="; }; propagatedBuildInputs = [ build-system = [ setuptools ]; pythonRelaxDeps = [ "protobuf" ]; dependencies = [ numpy packaging protobuf Loading
pkgs/top-level/python-packages.nix +2 −6 Original line number Diff line number Diff line Loading @@ -9340,13 +9340,9 @@ self: super: with self; { onlykey-solo-python = callPackage ../development/python-modules/onlykey-solo-python { }; onnx = callPackage ../development/python-modules/onnx { protobuf-core = pkgs.protobuf; }; onnx = callPackage ../development/python-modules/onnx { }; onnxconverter-common = callPackage ../development/python-modules/onnxconverter-common { inherit (pkgs) protobuf; }; onnxconverter-common = callPackage ../development/python-modules/onnxconverter-common { }; onnxmltools = callPackage ../development/python-modules/onnxmltools { }; Loading