Loading pkgs/development/python-modules/torchcrepe/default.nix +10 −6 Original line number Diff line number Diff line Loading @@ -2,24 +2,26 @@ lib, buildPythonPackage, fetchFromGitHub, # build-system setuptools, # dependencies librosa, pytestCheckHook, pythonOlder, resampy, scipy, setuptools, torch, torchaudio, tqdm, # tests pytestCheckHook, }: buildPythonPackage { pname = "torchcrepe"; version = "0.0.24"; pyproject = true; build-system = [ setuptools ]; disabled = pythonOlder "3.7"; src = fetchFromGitHub { owner = "maxrmorrison"; Loading @@ -29,6 +31,8 @@ buildPythonPackage { hash = "sha256-w2T8D3ATCHVBCBhMdLSYdV0yb9vUYwZLz+B2X2gteEU="; }; build-system = [ setuptools ]; dependencies = [ librosa resampy Loading Loading
pkgs/development/python-modules/torchcrepe/default.nix +10 −6 Original line number Diff line number Diff line Loading @@ -2,24 +2,26 @@ lib, buildPythonPackage, fetchFromGitHub, # build-system setuptools, # dependencies librosa, pytestCheckHook, pythonOlder, resampy, scipy, setuptools, torch, torchaudio, tqdm, # tests pytestCheckHook, }: buildPythonPackage { pname = "torchcrepe"; version = "0.0.24"; pyproject = true; build-system = [ setuptools ]; disabled = pythonOlder "3.7"; src = fetchFromGitHub { owner = "maxrmorrison"; Loading @@ -29,6 +31,8 @@ buildPythonPackage { hash = "sha256-w2T8D3ATCHVBCBhMdLSYdV0yb9vUYwZLz+B2X2gteEU="; }; build-system = [ setuptools ]; dependencies = [ librosa resampy Loading