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

This commit is contained in:
Aaron L. Zeng 2022-04-06 00:13:32 -04:00 committed by Vincent Laporte
parent ed1bc6d369
commit d240ca09aa

View file

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