ocamlPackages.torch: mark as broken

Version 0.12 is only compatible with PyTorch 1.8
This commit is contained in:
Vincent Laporte 2021-06-21 21:02:22 +02:00 committed by Vincent Laporte
parent a5260509a3
commit 97613b7a86

View file

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