ocamlPackages.torch: Mark as broken with pytorch >= 1.11

main
Aaron L. Zeng 2 years ago committed by Vincent Laporte
parent ed1bc6d369
commit d240ca09aa
  1. 1
      pkgs/development/ocaml-modules/torch/default.nix

@ -56,5 +56,6 @@ buildDunePackage rec {
description = "Ocaml bindings to Pytorch";
maintainers = [ maintainers.bcdarwin ];
license = licenses.asl20;
broken = lib.versionAtLeast pytorch.version "1.11";
};
}

Loading…
Cancel
Save