ocamlPackages.torch: Mark as broken with pytorch >= 1.11
This commit is contained in:
parent
ed1bc6d369
commit
d240ca09aa
@ -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…
Reference in New Issue
Block a user