Skip to content

Commit 87bcf98

Browse files
committed
Fix internal dependency propagation
1 parent 18b639c commit 87bcf98

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dune-project

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
; (ocamlformat
101101
; (>= 0.26.2)
102102
; :with-dev-setup)
103-
arrayjit
103+
(arrayjit (= 0.4.1))
104104
printbox
105105
printbox-text
106106
ocannl_npy

neural_nets_lib.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ depends: [
1717
"dune" {>= "3.11"}
1818
"base" {>= "v0.17.0"}
1919
"core" {>= "v0.17.0"}
20-
"arrayjit"
20+
"arrayjit" {= "0.4.1"}
2121
"printbox"
2222
"printbox-text"
2323
"ocannl_npy"

0 commit comments

Comments
 (0)