ocamlPackages.torch: mark as broken

Version 0.12 is only compatible with PyTorch 1.8
This commit is contained in:
Vincent Laporte
2021-06-26 17:07:42 +02:00
committed by Vincent Laporte
parent a5260509a3
commit 97613b7a86
@@ -56,5 +56,6 @@ buildDunePackage rec {
description = "Ocaml bindings to Pytorch";
maintainers = [ maintainers.bcdarwin ];
license = licenses.asl20;
broken = true;
};
}