Loading pkgs/development/python-modules/pydicom-seg/default.nix +5 −7 Original line number Diff line number Diff line Loading @@ -4,7 +4,7 @@ fetchFromGitHub, fetchpatch, pythonOlder, pytestCheckHook, pytest7CheckHook, poetry-core, jsonschema, numpy, Loading @@ -15,7 +15,7 @@ buildPythonPackage rec { pname = "pydicom-seg"; version = "0.4.1"; format = "pyproject"; pyproject = true; disabled = pythonOlder "3.7"; Loading @@ -38,18 +38,16 @@ buildPythonPackage rec { pythonRelaxDeps = [ "jsonschema" ]; nativeBuildInputs = [ poetry-core ]; build-system = [ poetry-core ]; propagatedBuildInputs = [ dependencies = [ jsonschema numpy pydicom simpleitk ]; nativeCheckInputs = [ pytestCheckHook ]; nativeCheckInputs = [ pytest7CheckHook ]; pythonImportsCheck = [ "pydicom_seg" ]; Loading Loading
pkgs/development/python-modules/pydicom-seg/default.nix +5 −7 Original line number Diff line number Diff line Loading @@ -4,7 +4,7 @@ fetchFromGitHub, fetchpatch, pythonOlder, pytestCheckHook, pytest7CheckHook, poetry-core, jsonschema, numpy, Loading @@ -15,7 +15,7 @@ buildPythonPackage rec { pname = "pydicom-seg"; version = "0.4.1"; format = "pyproject"; pyproject = true; disabled = pythonOlder "3.7"; Loading @@ -38,18 +38,16 @@ buildPythonPackage rec { pythonRelaxDeps = [ "jsonschema" ]; nativeBuildInputs = [ poetry-core ]; build-system = [ poetry-core ]; propagatedBuildInputs = [ dependencies = [ jsonschema numpy pydicom simpleitk ]; nativeCheckInputs = [ pytestCheckHook ]; nativeCheckInputs = [ pytest7CheckHook ]; pythonImportsCheck = [ "pydicom_seg" ]; Loading