Loading pkgs/development/python-modules/niworkflows/default.nix +3 −5 Original line number Diff line number Diff line Loading @@ -40,16 +40,14 @@ buildPythonPackage rec { hash = "sha256-29ZxLuKrvgCIOMMCUpi0HHhlNlgqUrUrSCiikwecmKw="; }; postPatch = '' substituteInPlace pyproject.toml --replace '"traits < 6.4"' '"traits"' ''; pythonRelaxDeps = [ "traits" ]; nativeBuildInputs = [ build-system = [ hatch-vcs hatchling ]; propagatedBuildInputs = [ dependencies = [ attrs importlib-resources jinja2 Loading Loading
pkgs/development/python-modules/niworkflows/default.nix +3 −5 Original line number Diff line number Diff line Loading @@ -40,16 +40,14 @@ buildPythonPackage rec { hash = "sha256-29ZxLuKrvgCIOMMCUpi0HHhlNlgqUrUrSCiikwecmKw="; }; postPatch = '' substituteInPlace pyproject.toml --replace '"traits < 6.4"' '"traits"' ''; pythonRelaxDeps = [ "traits" ]; nativeBuildInputs = [ build-system = [ hatch-vcs hatchling ]; propagatedBuildInputs = [ dependencies = [ attrs importlib-resources jinja2 Loading