Loading pkgs/by-name/mo/motoc/Cargo.lock +1 −1 Original line number Diff line number Diff line Loading @@ -511,7 +511,7 @@ dependencies = [ [[package]] name = "motoc" version = "0.3.1" version = "0.3.3" dependencies = [ "anyhow", "bindgen 0.70.1", Loading pkgs/by-name/mo/motoc/package.nix +2 −2 Original line number Diff line number Diff line Loading @@ -8,13 +8,13 @@ rustPlatform.buildRustPackage rec { pname = "motoc"; version = "0.3.1"; version = "0.3.3"; src = fetchFromGitHub { owner = "galister"; repo = "motoc"; rev = "refs/tags/v${version}"; hash = "sha256-119RWsAM5kKjsxA6wGdjhB99G31QaYlZBRaFCg5TtmI="; hash = "sha256-AmHTnCUTHoeLsOJrD35BooU9mZr5ctoCJmjW5CaTYBY="; }; cargoLock = { Loading pkgs/development/python-modules/insightface/default.nix +13 −7 Original line number Diff line number Diff line Loading @@ -7,16 +7,18 @@ fetchPypi, insightface, matplotlib, mxnet, numpy, onnx, onnxruntime, opencv4, pillow, prettytable, pythonOlder, requests, setuptools, scipy, scikit-image, scikit-learn, tensorboard, testers, tqdm, stdenv, Loading @@ -34,22 +36,26 @@ buildPythonPackage rec { hash = "sha256-8ZH3GWEuuzcBj0GTaBRQBUTND4bm/NZ2wCPzVMZo3fc="; }; build-system = [ cython ]; build-system = [ cython setuptools ]; dependencies = [ albumentations easydict matplotlib mxnet numpy onnx onnxruntime opencv4 pillow prettytable requests scikit-learn scikit-image tensorboard scipy tqdm albumentations prettytable ]; pythonImportsCheck = [ Loading Loading
pkgs/by-name/mo/motoc/Cargo.lock +1 −1 Original line number Diff line number Diff line Loading @@ -511,7 +511,7 @@ dependencies = [ [[package]] name = "motoc" version = "0.3.1" version = "0.3.3" dependencies = [ "anyhow", "bindgen 0.70.1", Loading
pkgs/by-name/mo/motoc/package.nix +2 −2 Original line number Diff line number Diff line Loading @@ -8,13 +8,13 @@ rustPlatform.buildRustPackage rec { pname = "motoc"; version = "0.3.1"; version = "0.3.3"; src = fetchFromGitHub { owner = "galister"; repo = "motoc"; rev = "refs/tags/v${version}"; hash = "sha256-119RWsAM5kKjsxA6wGdjhB99G31QaYlZBRaFCg5TtmI="; hash = "sha256-AmHTnCUTHoeLsOJrD35BooU9mZr5ctoCJmjW5CaTYBY="; }; cargoLock = { Loading
pkgs/development/python-modules/insightface/default.nix +13 −7 Original line number Diff line number Diff line Loading @@ -7,16 +7,18 @@ fetchPypi, insightface, matplotlib, mxnet, numpy, onnx, onnxruntime, opencv4, pillow, prettytable, pythonOlder, requests, setuptools, scipy, scikit-image, scikit-learn, tensorboard, testers, tqdm, stdenv, Loading @@ -34,22 +36,26 @@ buildPythonPackage rec { hash = "sha256-8ZH3GWEuuzcBj0GTaBRQBUTND4bm/NZ2wCPzVMZo3fc="; }; build-system = [ cython ]; build-system = [ cython setuptools ]; dependencies = [ albumentations easydict matplotlib mxnet numpy onnx onnxruntime opencv4 pillow prettytable requests scikit-learn scikit-image tensorboard scipy tqdm albumentations prettytable ]; pythonImportsCheck = [ Loading