Skip to content

Commit

Permalink
python313Packages.frelatage: relax numpy (#371763)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff authored Jan 7, 2025
2 parents ab84748 + 1f8cedf commit 7b76013
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pkgs/development/python-modules/frelatage/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,11 @@ buildPythonPackage rec {
hash = "sha256-eHVqp6govBV9FvSQyaZuEEImHQRs/mbLaW86RCvtDbM=";
};

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

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

dependencies = [
numpy
timeout-decorator
];
Expand Down

0 comments on commit 7b76013

Please sign in to comment.