Commit 52e111e2 authored by Peder Bergebakken Sundt's avatar Peder Bergebakken Sundt
Browse files

python311Packages.niworkflows: modernize

parent 9e4692ca
Loading
Loading
Loading
Loading
+3 −5
Original line number Diff line number Diff line
@@ -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