From b4aca0dd3239a02dc311661e567ee109d3e99da9 Mon Sep 17 00:00:00 2001 From: Vincent Laporte Date: Wed, 5 Jun 2024 06:54:46 +0200 Subject: [PATCH] ocamlPackages.torch: mark as broken --- pkgs/development/ocaml-modules/torch/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/ocaml-modules/torch/default.nix b/pkgs/development/ocaml-modules/torch/default.nix index 5acef0f2a72c..f24a4fe96819 100644 --- a/pkgs/development/ocaml-modules/torch/default.nix +++ b/pkgs/development/ocaml-modules/torch/default.nix @@ -64,5 +64,6 @@ buildDunePackage rec { description = "Ocaml bindings to Pytorch"; maintainers = [ maintainers.bcdarwin ]; license = licenses.asl20; + broken = true; # Not compatible with libtorch ≥ 2.3.0 }; }