Skip to content

Commit

Permalink
Fix internal dependency propagation
Browse files Browse the repository at this point in the history
  • Loading branch information
lukstafi committed Sep 17, 2024
1 parent 18b639c commit 87bcf98
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
; (ocamlformat
; (>= 0.26.2)
; :with-dev-setup)
arrayjit
(arrayjit (= 0.4.1))
printbox
printbox-text
ocannl_npy
Expand Down
2 changes: 1 addition & 1 deletion neural_nets_lib.opam
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ depends: [
"dune" {>= "3.11"}
"base" {>= "v0.17.0"}
"core" {>= "v0.17.0"}
"arrayjit"
"arrayjit" {= "0.4.1"}
"printbox"
"printbox-text"
"ocannl_npy"
Expand Down

0 comments on commit 87bcf98

Please sign in to comment.