Commit 2be6e953 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python312Packages.frelatage: refactor

parent 3de569d0
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -23,9 +23,9 @@ buildPythonPackage rec {
    hash = "sha256-eHVqp6govBV9FvSQyaZuEEImHQRs/mbLaW86RCvtDbM=";
  };

  nativeBuildInputs = [ poetry-core ];
  build-system = [ poetry-core ];

  propagatedBuildInputs = [
  dependencies = [
    numpy
    timeout-decorator
  ];