mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-22 00:20:58 +00:00
ocamlPackages.torch: Mark as broken with pytorch >= 1.11
This commit is contained in:
committed by
Vincent Laporte
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";
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user