File tree Expand file tree Collapse file tree 3 files changed +1
-6
lines changed Expand file tree Collapse file tree 3 files changed +1
-6
lines changed Original file line number Diff line number Diff line change 136136 ppx_expect
137137 ( ppx_minidebug
138138 ( >= 2 .0.3) )
139- ; Cannot make it (patdiff :with-test), because `dune build -p neural_nets_lib @install`
140- ; builds the tutorials target from dune/test, despite it being inline_tests!
141- ( patdiff
142- ( >= v0.15.0) )
143139 ( odoc :with -doc)
144140 ( md2mld :with -doc) )
145141 ( tags
Original file line number Diff line number Diff line change @@ -36,7 +36,6 @@ depends: [
3636 "ppx_variants_conv"
3737 "ppx_expect"
3838 "ppx_minidebug" {>= "2.0.3"}
39- "patdiff" {>= "v0.15.0"}
4039 "odoc" {with-doc}
4140 "md2mld" {with-doc}
4241]
Original file line number Diff line number Diff line change 1414 (package neural_nets_lib)
1515 (inline_tests
1616 (deps ocannl_config))
17- (libraries base dynlink patdiff.expect_test_patdiff ocannl)
17+ (libraries base dynlink ocannl)
1818 (modules
1919 einsum_trivia
2020 hello_world_op
You can’t perform that action at this time.
0 commit comments