Skip to content

Commit 9490788

Browse files
committed
Fix version tying
1 parent 2fe03a7 commit 9490788

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

dune-project

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,9 +100,8 @@
100100
; (ocamlformat
101101
; (>= 0.26.2)
102102
; :with-dev-setup)
103-
; Here we mean (arrayjit (= 0.6.1)), but we must be compatible with arrayjit.dev during installation.
104103
(arrayjit
105-
(>= 0.6.1))
104+
(= :version))
106105
(printbox
107106
(>= 0.12))
108107
; FIXME: Depend on printbox-text > 0.12.0 when it is released.

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.18"}
1818
"dune-site"
1919
"base" {>= "v0.17.0"}
20-
"arrayjit" {>= "0.6.1"}
20+
"arrayjit" {= version}
2121
"printbox" {>= "0.12"}
2222
"printbox-text" {>= "0.12"}
2323
"printbox-ext-plot" {>= "0.12"}

0 commit comments

Comments
 (0)