Skip to content

Commit

Permalink
ocamlPackages.torch: Mark as broken with pytorch >= 1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
bcc32 authored and vbgl committed Apr 6, 2022
1 parent ed1bc6d commit d240ca0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/development/ocaml-modules/torch/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,6 @@ buildDunePackage rec {
description = "Ocaml bindings to Pytorch";
maintainers = [ maintainers.bcdarwin ];
license = licenses.asl20;
broken = lib.versionAtLeast pytorch.version "1.11";
};
}

0 comments on commit d240ca0

Please sign in to comment.