File tree Expand file tree Collapse file tree 5 files changed +2
-13
lines changed Expand file tree Collapse file tree 5 files changed +2
-13
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,6 @@ depends: [
2525 "sexplib"
2626 "num"
2727 "saturn_lockfree" {>= "0.5.0"}
28- "landmarks"
2928 "ppxlib"
3029 "ppx_compare"
3130 "ppx_hash"
@@ -35,7 +34,6 @@ depends: [
3534 "ppx_variants_conv"
3635 "ppx_expect"
3736 "ppx_minidebug" {>= "2.0.0"}
38- "landmarks-ppx"
3937 "odoc" {with-doc}
4038]
4139depopts: [
Original file line number Diff line number Diff line change 1212 ctypes
1313 ctypes.foreign
1414 saturn_lockfree
15- landmarks
1615 (select
1716 gcc_backend.ml
1817 from
3231 ppx_sexp_conv
3332 ppx_string
3433 ppx_variants_conv
35- landmarks-ppx
3634 ppx_minidebug))
3735 (modules
3836 utils
Original file line number Diff line number Diff line change 6868 num
6969 ( saturn_lockfree
7070 ( >= 0 .5.0) )
71- landmarks
7271 ppxlib
7372 ppx_compare
7473 ppx_hash
7877 ppx_variants_conv
7978 ppx_expect
8079 ( ppx_minidebug
81- ( >= 2 .0.0) )
82- landmarks-ppx)
80+ ( >= 2 .0.0) ) )
8381 ( depopts
8482 ( cudajit
8583 ( >= 0 .6.0) )
121119 sexplib
122120 num
123121 time_now
124- landmarks
122+
125123 ppxlib
126124 ppx_compare
127125 ppx_fields_conv
131129 ppx_string
132130 ppx_variants_conv
133131 ppx_expect
134- landmarks-ppx
135132 ( ppx_minidebug
136133 ( >= 2 .0.0) )
137134 ; Cannot make it (patdiff :with-test), because `dune build -p neural_nets_lib @install`
Original file line number Diff line number Diff line change 1111 sexplib
1212 num
1313 str
14- landmarks
1514 ; mem_usage
1615 ppx_minidebug.runtime
1716 arrayjit)
2524 ppx_string
2625 ppx_variants_conv
2726 ppx_ocannl
28- landmarks-ppx
2927 ppx_minidebug))
3028 (modules PrintBox_utils row shape tensor operation train nn_blocks)
3129 (modes byte native)
Original file line number Diff line number Diff line change @@ -25,7 +25,6 @@ depends: [
2525 "sexplib"
2626 "num"
2727 "time_now"
28- "landmarks"
2928 "ppxlib"
3029 "ppx_compare"
3130 "ppx_fields_conv"
@@ -35,7 +34,6 @@ depends: [
3534 "ppx_string"
3635 "ppx_variants_conv"
3736 "ppx_expect"
38- "landmarks-ppx"
3937 "ppx_minidebug" {>= "2.0.0"}
4038 "patdiff" {>= "v0.15.0"}
4139 "odoc" {with-doc}
You can’t perform that action at this time.
0 commit comments