Skip to content

Commit c21d1de

Browse files
v0.17~preview.128.38+189
1 parent a36e6d7 commit c21d1de

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

src/tests/rnn_tests.ml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
open Base
1+
open! Base
22
open Sexplib.Conv
33
open Torch
44

src/toplevel/dune

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
(library (name torch_toplevel) (public_name torch.toplevel)
2-
(libraries base ppx_expect.common ocaml-compiler-libs.toplevel
3-
ppx_bench.runtime-lib ppx_inline_test.runtime-lib)
2+
(libraries base ocaml-compiler-libs.toplevel ppx_bench.runtime-lib
3+
ppx_inline_test.runtime-lib)
44
(preprocess (pps ppx_jane)))

torch.opam

-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ depends: [
1414
"base"
1515
"core"
1616
"ppx_bench"
17-
"ppx_expect"
1817
"ppx_inline_test"
1918
"ppx_jane"
2019
"stdio"

0 commit comments

Comments
 (0)