ocamlPackages.torch: 0.14 → 0.15

This commit is contained in:
Vincent Laporte 2022-10-14 09:04:51 +02:00 committed by Vincent Laporte
parent b1b84ec769
commit 0b8181e264

View File

@ -17,9 +17,7 @@
buildDunePackage rec {
pname = "torch";
version = "0.14";
useDune2 = true;
version = "0.15";
minimalOCamlVersion = "4.08";
@ -27,7 +25,7 @@ buildDunePackage rec {
owner = "LaurentMazare";
repo = "ocaml-${pname}";
rev = version;
sha256 = "sha256:039anfvzsalbqi5cdp95bbixcwr2ngharihgd149hcr0wa47y700";
sha256 = "sha256-EXJqlAGa0LwQKY8IlmcoJs0l2eRTiUhuzMHfakrslXU=";
};
buildInputs = [ dune-configurator ];
@ -56,6 +54,5 @@ buildDunePackage rec {
description = "Ocaml bindings to Pytorch";
maintainers = [ maintainers.bcdarwin ];
license = licenses.asl20;
broken = lib.versionAtLeast torch.version "1.11";
};
}