about summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/torch
diff options
context:
space:
mode:
authorAaron L. Zeng <me@bcc32.com>2022-04-06 00:13:32 -0400
committerVincent Laporte <vbgl@users.noreply.github.com>2022-04-06 07:35:24 +0200
commitd240ca09aa43b3650da8b5b5ebc77053e7ecbaf6 (patch)
treeedd580a368a80561c4f1736aa3633fe5144050a8 /pkgs/development/ocaml-modules/torch
parented1bc6d3699f825efd5c2aa319f3b00c6667c0df (diff)
ocamlPackages.torch: Mark as broken with pytorch >= 1.11
Diffstat (limited to 'pkgs/development/ocaml-modules/torch')
-rw-r--r--pkgs/development/ocaml-modules/torch/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/ocaml-modules/torch/default.nix b/pkgs/development/ocaml-modules/torch/default.nix
index 7a0c6bdadeff8..c4c80dacc9f2f 100644
--- a/pkgs/development/ocaml-modules/torch/default.nix
+++ b/pkgs/development/ocaml-modules/torch/default.nix
@@ -56,5 +56,6 @@ buildDunePackage rec {
     description = "Ocaml bindings to Pytorch";
     maintainers = [ maintainers.bcdarwin ];
     license = licenses.asl20;
+    broken = lib.versionAtLeast pytorch.version "1.11";
   };
 }