Loading pkgs/development/python-modules/monotonic-alignment-search/default.nix +9 −3 Original line number Diff line number Diff line Loading @@ -6,10 +6,13 @@ # build-system setuptools, cython, numpy_2, numpy, # dependencies torch, # tests pytestCheckHook, }: buildPythonPackage rec { Loading @@ -27,14 +30,17 @@ buildPythonPackage rec { build-system = [ setuptools cython numpy_2 numpy ]; dependencies = [ numpy torch ]; enabledTestPaths = [ "tests" ]; nativeCheckInputs = [ pytestCheckHook ]; pythonImportsCheck = [ "monotonic_alignment_search" ]; Loading Loading
pkgs/development/python-modules/monotonic-alignment-search/default.nix +9 −3 Original line number Diff line number Diff line Loading @@ -6,10 +6,13 @@ # build-system setuptools, cython, numpy_2, numpy, # dependencies torch, # tests pytestCheckHook, }: buildPythonPackage rec { Loading @@ -27,14 +30,17 @@ buildPythonPackage rec { build-system = [ setuptools cython numpy_2 numpy ]; dependencies = [ numpy torch ]; enabledTestPaths = [ "tests" ]; nativeCheckInputs = [ pytestCheckHook ]; pythonImportsCheck = [ "monotonic_alignment_search" ]; Loading