Skip to content

Commit

Permalink
python312Packages.monai: unbreak by relaxing numpy<2 constraint (#371508
Browse files Browse the repository at this point in the history
)
  • Loading branch information
pbsds authored Jan 17, 2025
2 parents a4cce47 + a6741d0 commit c39a9f1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/development/python-modules/monai/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ buildPythonPackage rec {
torch
];

pythonRelaxDeps = [ "numpy" ]; # supported; see https://github.com/Project-MONAI/MONAI/pull/7857

env.BUILD_MONAI = 1;

doCheck = false; # takes too long; tries to download data
Expand Down

0 comments on commit c39a9f1

Please sign in to comment.