We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fe03a7 commit 9490788Copy full SHA for 9490788
dune-project
@@ -100,9 +100,8 @@
100
; (ocamlformat
101
; (>= 0.26.2)
102
; :with-dev-setup)
103
- ; Here we mean (arrayjit (= 0.6.1)), but we must be compatible with arrayjit.dev during installation.
104
(arrayjit
105
- (>= 0.6.1))
+ (= :version))
106
(printbox
107
(>= 0.12))
108
; FIXME: Depend on printbox-text > 0.12.0 when it is released.
neural_nets_lib.opam
@@ -17,7 +17,7 @@ depends: [
17
"dune" {>= "3.18"}
18
"dune-site"
19
"base" {>= "v0.17.0"}
20
- "arrayjit" {>= "0.6.1"}
+ "arrayjit" {= version}
21
"printbox" {>= "0.12"}
22
"printbox-text" {>= "0.12"}
23
"printbox-ext-plot" {>= "0.12"}
0 commit comments