this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #23170 from Leonidas-from-XIV/ocaml5-torch

Exclude torch 0.3 from OCaml 5 compatibility

authored by

Kate and committed by
GitHub
885888d2 ea3e1501

+1 -1
+1 -1
packages/torch/torch.0.3/opam
··· 16 16 "dune-configurator" 17 17 "libtorch" {>= "1.0.1" & < "1.1.0"} 18 18 "npy" 19 - "ocaml" {>= "4.06"} 19 + "ocaml" {>= "4.06" & < "5.0.0"} 20 20 "ocaml-compiler-libs" 21 21 "ppx_custom_printf" 22 22 "ppx_expect"