Unverified Commit 7b76013f authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python313Packages.frelatage: relax numpy (#371763)

parents ab847480 1f8cedfb
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -23,9 +23,11 @@ buildPythonPackage rec {
    hash = "sha256-eHVqp6govBV9FvSQyaZuEEImHQRs/mbLaW86RCvtDbM=";
  };

  nativeBuildInputs = [ poetry-core ];
  pythonRelaxDeps = [ "numpy" ];

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

  dependencies = [
    numpy
    timeout-decorator
  ];