mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
ocamlPackages.torch: mark as broken
Version 0.12 is only compatible with PyTorch 1.8
This commit is contained in:
parent
a5260509a3
commit
97613b7a86
1 changed files with 1 additions and 0 deletions
|
@ -56,5 +56,6 @@ buildDunePackage rec {
|
|||
description = "Ocaml bindings to Pytorch";
|
||||
maintainers = [ maintainers.bcdarwin ];
|
||||
license = licenses.asl20;
|
||||
broken = true;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue